Ovilia commented on PR #20969: URL: https://github.com/apache/echarts/pull/20969#issuecomment-2966368660
You need to clone zrender and use `npm link` to use it since the code in master branch of ECharts requires some updates that are not released on zrender npm: ``` git clone [email protected]:ecomfe/zrender.git cd zrender npm i npm link # cd to echarts dir npm link zrender # run `npm run lint` to check it works ``` -- 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]
