npm-update.md 23 October 2023·19 words·1 min Author WFUing A graduate who loves coding. npm update # 更新所有依赖项。 $ npm update 更新单个依赖。 $ npm update xml2js 同时更新 package.json 里面每个依赖的版本号。 $ npm update --save