npm install报错ERR code ETIMEDOUT的解决办法
npm install报错ERR code ETIMEDOUT的解决办法
·
将npm镜像改为淘宝镜像!!!
//1.查看npm镜像设置
npm config get registry
//2.将npm设置为淘宝镜像
npm config set registry https://registry.npm.taobao.org
//3.再次查看npm镜像设置
npm config get registry
//4.重新install
npm install
更多推荐
已为社区贡献1条内容
所有评论(0)