npm使用淘宝镜像

npm使用淘宝镜像

  1. 临时使用--推荐

    npm --registry https://registry.npm.taobao.org install express

  2. 永久使用--可以但没必要

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

  3. cnpm--可以但没必要

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

转载于:https://my.oschina.net/suveng/blog/3058404

猜你喜欢

转载自blog.csdn.net/weixin_34273481/article/details/91858010