跳转至

npm update

更新所有依赖项。

$ npm update

更新单个依赖。

$ npm update xml2js

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

$ npm update --save