标签:新版 更新 col style span upd 依赖包 nod div
更新node_modules里面的依赖,可以用npm-check出现本地依赖和package.json中的依赖的比对状态,哪些没装,哪些需要更新
npm install npm-check -g
npm-check
更新依赖包
npm update -S
npm update -D
node_modules中的依赖就已经都是最新版啦!
标签:新版 更新 col style span upd 依赖包 nod div
原文地址:https://www.cnblogs.com/zzj420133722/p/12861216.html