自带的NPM被墙,最好用国内镜像,由taobao提供
安装cnpm
npm install -g cnpm --registry=https://registry.npm.taobao.org
//安装完后查看版本
cnpm -v
//成功后会有版本信息返回,不成功有可能是node版本低
成功安装后,直接用cnpm代替之前的npm
自带的NPM被墙,最好用国内镜像,由taobao提供
npm install -g cnpm --registry=https://registry.npm.taobao.org
//安装完后查看版本
cnpm -v
//成功后会有版本信息返回,不成功有可能是node版本低
成功安装后,直接用cnpm代替之前的npm
本文标题:node.js 配置cnpm
本文链接:https://www.haomeiwen.com/subject/xfacuhtx.html
网友评论