pissang edited a comment on issue #15701:
URL: https://github.com/apache/echarts/issues/15701#issuecomment-916608957


   I'm not sure but seems the behavior is the same when I try these two commands
   ```shell
   npm run dev         # local dev env
   npm run preview     # local production env (problems happens here)
   ```
   You can try removing all `node_modules` and install again. If it still 
doesn't solve your issue. Try to install the label layout module manually.
   
   ```ts
   import { LabelLayout } from 'echarts/features';
   echarts.use([LabelLayout]);
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to