9592 error code 1
9593 error path /Users/wuchengpeng/code/vue-admin/vue-element-admin/node_modules/fibers
9594 error command failed
9595 error command sh -c node-gyp rebuild
9596 error gyp info it worked if it ends with ok
9596 error gyp info using node-gyp@3.8.0
9596 error gyp info using node@14.16.1 | darwin | x64
9596 error gyp info spawn /usr/local/bin/python2
解决方法:
npm uninstall --global node-gyp
npm config delete node_gyp
npm ERR! code 128
npm ERR! command failed
npm ERR! command git ls-remote ssh://git@github.com/nhn/raphael.git
npm ERR! git@github.com: Permission denied (publickey).
npm ERR! fatal: Could not read from remote repository.
npm ERR!
npm ERR! Please make sure you have the correct access rights
npm ERR! and the repository exists.
解决方案:
使用cnpm install
博客内容涉及npm安装过程中遇到的权限问题和模块编译失败,如9592errorcode和node-gyp重建失败。解决方案包括卸载并重新配置全局node-gyp,以及检查git远程仓库的访问权限。如果问题依然存在,建议尝试使用cnpm进行安装。
1582

被折叠的 条评论
为什么被折叠?



