Skip to main content

npm-update.md

·19 words·1 min
WFUing
Author
WFUing
A graduate who loves coding.

npm update
#

更新所有依赖项。

$ npm update

更新单个依赖。

$ npm update xml2js

同时更新 package.json 里面每个依赖的版本号。

$ npm update --save

💬评论