其他分享
首页 > 其他分享> > npm使用淘宝镜像

npm使用淘宝镜像

作者:互联网

使用阿里定制的cnpm命令代替默认的npm

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

检查是否安装成功

cnpm -v

也可以安装的时候,临时使用--registry指定源

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

 

标签:npm,cnpm,--,org,registry,https,淘宝,镜像
来源: https://www.cnblogs.com/TheoryDance/p/16187710.html