yarn install 报 error错误

error An unexpected error occurred: "https://registry.npmjs.org/core-js: ETIMEDOUT".

yarn install 报 error错误_第1张图片

 

原因是代理的问题

解决办法就是

先把node-sass镜像源进行设置成国内的

yarn config set sass-binary-site http://npm.taobao.org/mirrors/node-sass

如果还是不行 就把代理删掉 具体操作如下:

npm config rm proxy

npm config rm https-proxy

你可能感兴趣的:(npm,前端,node.js)