npm install报错:ERR! configure error gyp ERR! stack Error: `gyp` failed with exit code: 1
2024-11-02[踩坑]npm ERR! gyp info it worked if it ends with oknpm ERR! gyp verb cli_gyp ERR! configure error gyp err! stack error: `gyp` failed with exit code:
npm install 报错gyp ERR! configure error
2024-05-28npm install 错误 | gyp ERR!configure error分析原因:包下载的安全问题,猜测npm下载默认是拉取安全的包到node_modules,因此如果被判定不够安全,不会被拉取下来,并且会抛出一个错误记录解决办法:sudo npm i --unsafe-perm..._gyp err!configure error-CSDN博客。最后执行npm install 问题解决。首先参考该篇作者文章,_gyp ERR! configure error