pissang commented on issue #13695: URL: https://github.com/apache/incubator-echarts/issues/13695#issuecomment-734050249
Hi jarben. I think it's a problem with multiple npm version management. I found we can dot it after npm 6.9.0 ```js npm install echarts@npm:echarts@4 npm install echarts5@npm:echarts@5 ``` Then you can include two versions like your proposal API. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
