工作或练习中有关npm的使用,在此记录一下。
npm更新到最新版本:
在cmd中输入:npm install -g npm
npm做淘宝镜像:
npm install -g cnpm --registry=https://registry.npm.taobao.org
本文共 184 字,大约阅读时间需要 1 分钟。
工作或练习中有关npm的使用,在此记录一下。
npm更新到最新版本:
在cmd中输入:npm install -g npm
npm做淘宝镜像:
npm install -g cnpm --registry=https://registry.npm.taobao.org
转载于:https://www.cnblogs.com/hopexi/p/7325556.html