摘要: 查看当前版本 npm -v 更新到最新版本 npm install -g npm 更新到指定版本 npm -g install npm@5.6.0 (@后面加指定版本号) https://blog.csdn.net/qwdafedv/article/details/58048935 阅读全文
posted @ 2020-02-21 14:43 小小小光子 阅读(1211) 评论(0) 推荐(0)
摘要: 修改源地址为淘宝 NPM 镜像 npm config set registry http://registry.npm.taobao.org/ 修改源地址为官方源 npm config set registry https://registry.npmjs.org/ 阅读全文
posted @ 2020-02-21 14:35 小小小光子 阅读(673) 评论(0) 推荐(0)