首页 前端知识 npm install 报错gyp ERR! configure error

npm install 报错gyp ERR! configure error

2024-05-28 09:05:53 前端知识 前端哥 269 405 我要收藏

在windows系统上下载gitee Vue项目源码后,执行npm install安装项目依赖时,报错内容如下:

首先参考该篇作者文章,gyp ERR! configure error-CSDN博客文章浏览阅读1.2w次。npm install 错误 | gyp ERR! configure error分析原因:包下载的安全问题,猜测npm下载默认是拉取安全的包到node_modules,因此如果被判定不够安全,不会被拉取下来,并且会抛出一个错误记录解决办法:sudo npm i --unsafe-perm..._gyp err! configure errorhttps://blog.csdn.net/qq_41389354/article/details/109727365

依次执行 命令

npm i --unsafe-perm
npm cache clean -f
npm install -g n

最后执行npm install 问题解决。
 

转载请注明出处或者链接地址:https://www.qianduange.cn//article/9789.html
标签
评论
发布的文章
大家推荐的文章
会员中心 联系我 留言建议 回顶部
复制成功!