npm use Taobao mirror

npm use Taobao mirror

  1. Temporary use - Recommended

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

  2. Permanent use - but not necessary

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

  3. cnpm-- possible but not necessary

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

Reproduced in: https: //my.oschina.net/suveng/blog/3058404

Guess you like

Origin blog.csdn.net/weixin_34273481/article/details/91858010