npm 更新及做淘宝镜像

工作或练习中有关npm的使用,在此记录一下。

npm更新到最新版本:

在cmd中输入:npm install -g npm

 

npm做淘宝镜像:

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

 

posted on 2017-08-09 15:26  justlike  阅读(797)  评论(0编辑  收藏  举报

导航