首页 前端知识 npm install pnpm -g :request to https://registry.npmjs.org/pnpm failed, reason: connect ETIMEDOUT

npm install pnpm -g :request to https://registry.npmjs.org/pnpm failed, reason: connect ETIMEDOUT

2024-08-14 22:08:56 前端知识 前端哥 905 340 我要收藏

 npm install pnpm -g 安装初始化vite vue3项目

npm ERR! code ETIMEDOUT
npm ERR! syscall connect
npm ERR! errno ETIMEDOUT
npm ERR! network request to https://registry.npmjs.org/pnpm failed, reason: connect ETIMEDOUT 104.16.29.34:443
 

   在使用  npm cache clean --force  命令时报的错。

        可以使用  npm cache verify  命令。

也没有用

修改镜像

//1.查看npm镜像设置
npm config get registry
//2.将npm设置为淘宝镜像
npm config set registry https://registry.npm.taobao.org
//3.再次查看npm镜像设置
npm config get registry
 

 再重新执行:

npm i -g pnpm

转载请注明出处或者链接地址:https://www.qianduange.cn//article/15630.html
标签
评论
发布的文章

JQuery 详细教程

2024-08-21 22:08:08

jQuery2 高级教程(八)

2024-08-21 22:08:06

jQuery Spellchecker 使用教程

2024-08-21 22:08:50

大家推荐的文章
会员中心 联系我 留言建议 回顶部
复制成功!