node.js - When updating all modules with npm update, how to update package.json synchronously?
仅有的幸福2017-05-16 13:45:24
0
2
644
When using the npm update command to update all modules, how to synchronously update the version numbers in devDependencies and dependencies in package.json?
npm update can update package.json simultaneously
The two are synchronized