当前位置:   article > 正文

npm 安装yarn 并下载地址配置为淘宝镜像_yarn 仍然下载taobao

yarn 仍然下载taobao

npm配置为淘宝镜像配置代码

npm config set registry https://registry.npm.taobao.org

恢复原配置代码

npm config set registry https://registry.npmjs.org

查看配置是否成功

  1. npm config get registry
  2. npm info express

安装cnpm

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

npm安装yarn

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

yarn设置为淘宝镜像 

  1. yarn config set registry https://registry.npm.taobao.org -g
  2. yarn config set sass_binary_site http://cdn.npm.taobao.org/dist/node-sass -g

 

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/小小林熬夜学编程/article/detail/212454
推荐阅读
相关标签
  

闽ICP备14008679号