npm install code ETIMEOUT的错误

180 阅读1分钟

在用到npm的时候先换到淘宝镜像

永久使用(推荐使用):

npm config set registry <https://registry.npm.taobao.org>

临时使用:

npm install node-sass --registry=<http://registry.npm.taobao.org>

清理缓存

 npm cache clean --force