Jivanvl opened a new issue #10040: The project is missing a package-json.lock or yarn.lock file URL: https://github.com/apache/incubator-echarts/issues/10040 ### What problem does this feature solve? This can improve installation times, as well as prevent version mismatching of the dependencies of the project. This also has some other benefits as per https://docs.npmjs.com/files/package-lock.json I'm not sure what the maintainers want to use, for echart-docs I've seen that they prefer NPM over yarn ### What does the proposed API look like? ``` npm install git add package-json.lock git commit ``` I wasn't sure what to add here to be honest, since it's fairly small <!-- This issue is generated by echarts-issue-helper. DO NOT REMOVE --> <!-- This issue is in English. DO NOT REMOVE -->
---------------------------------------------------------------- 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] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
