npm install code ETIMEOUT的错误 前端菜市场 2021-11-18 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