修改npm源为淘宝镜像以及使用cnpm

设置npm为淘宝镜像

  • npm config set registry http://registry.npm.taobao.org/

还原

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

使用cnpm

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

你可能感兴趣的:(修改npm源为淘宝镜像以及使用cnpm)