nrm安装失败
来源:1-2 Node安装与NPM源切换
![](http://img1.sycdn.imooc.com/user/5ee1952f0001f9e204000400-100-100.jpg)
迷路月亮
2020-06-11
老师,为什么我安装很多次nrm还是失败的
写回答
1回答
-
1、先清空下npm的缓存:
npm cache clean --force
2、使用taobao镜像源来安装:
npm install -g nrm --registry=https://registry.npm.taobao.org
012020-06-12
相似问题
nrm安装失败
来源:1-2 Node安装与NPM源切换
迷路月亮
2020-06-11
老师,为什么我安装很多次nrm还是失败的
1回答
1、先清空下npm的缓存:
npm cache clean --force
2、使用taobao镜像源来安装:
npm install -g nrm --registry=https://registry.npm.taobao.org
相似问题