--save-exact
精确安装固定版本,没有‘^’
npm view XX versions
查看版本号
查看依赖的最新版本
1、先全局安装npm-check-updates
npm install -g npm-check-updates
2、执行命令
npm-check-updates (ncu)
3、ncu -u
更新所有依赖
安装指定版本
npm install xxx@1.2.0
更换仓库地址:
npm config set registry https://registry.npmmirror.com