精华 cnpm 没法使用了怎么办

cnpm 没法使用了怎么办

通过下面方法安装的cnpm没法用了

国内安装 China mirror:

$ npm install cnpm -g --registry=https://registry.npm.taobao.org

解决办法

淘宝 NPM 镜像的域名已经从 https://registry.npm.taobao.org 变更为 https://registry.npmmirror.com

npm install cnpm -g --registry=https://registry.npmmirror.com

回到顶部