不能使用cnpm 和rpm
可以直接改变 npm 镜像 不使用下包修改
淘宝的数据源:
npm config set registry https://registry.npm.taobao.org
使用cmd 命令行 管理员身份运行
npm install -g cnpm --registry=https://registry.npm.taobao.org
之后cnpm 可用
不能使用cnpm 和rpm
可以直接改变 npm 镜像 不使用下包修改
淘宝的数据源:
npm config set registry https://registry.npm.taobao.org
使用cmd 命令行 管理员身份运行
npm install -g cnpm --registry=https://registry.npm.taobao.org
之后cnpm 可用