dongfangtianyu commented on issue #19078:
URL: https://github.com/apache/echarts/issues/19078#issuecomment-1727175172

   Hi, I have encountered the same issue, node.js version: 18.12
   
   to @Ovilia Please  :
   that the code written by the user is 
   ```
   import * as echarts from 'echarts/core'
   ```
   
   while the code written by eccharts is 
   ```
   export * from './lib/export/core.js';
   ```
   
https://github.com/apache/echarts/blob/fa231d37fe2788f5c8dfa5a86299ea8339d60897/build/template/core.js#L20
   
   
   
   > where you should use import * from instead of export * from
   
   So, it seems to be related to Echarts
   


-- 
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