Mac 解决 gyp: No Xcode or CLT version detected! 报错

发布于 2023-05-06 19:37:08 字数 2072 浏览 45 评论 0

我的系统版本是 macOS Catalina 10.15.5

最近在执行命令 cnpm install 时,会出现如下报错:

No receipt for 'com.apple.pkg.CLTools_Executables' found at '/'.

No receipt for 'com.apple.pkg.DeveloperToolsCLILeo' found at '/'.

No receipt for 'com.apple.pkg.DeveloperToolsCLI' found at '/'.

gyp: No Xcode or CLT version detected!

gyp ERR! configure error 
gyp ERR! stack Error: `gyp` failed with exit code: 1
gyp ERR! stack     at ChildProcess.onCpExit (/usr/local/lib/node_modules/cnpm/node_modules/_node-gyp@3.8.0@node-gyp/lib/configure.js:345:16)
gyp ERR! stack     at ChildProcess.emit (events.js:210:5)
gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:272:12)
gyp ERR! System Darwin 19.5.0
gyp ERR! command "/usr/local/bin/node" "/usr/local/lib/node_modules/cnpm/node_modules/_npminstall@3.27.0@npminstall/node-gyp-bin/node-gyp.js" "rebuild"
gyp ERR! cwd /Users/frankie/Desktop/Web前端/完整Demo/React项目/ReactDemo/node_modules/_fsevents@1.2.13@fsevents
gyp ERR! node -v v12.13.1
gyp ERR! node-gyp -v v3.8.0
gyp ERR! not ok 

然后网上搜查了一番,应该是 XCode 的问题。解决方法有两个:

1. 删除已经安装的 CommandLineTools。

$ sudo rm -rf $(xcode-select -p)

2. 重新安装,然后同意条款选择(我个人没尝试,因为 XCode 有 8.1G,不想安装)

$ sudo xcode-select --install

我采用的是第一种方式,删除完再执行 cnpm install,如下。很好,一个 ERROR 和 WARNING 都没有。

$ cnpm install
✔ Installed 54 packages
✔ Linked 0 latest versions
✔ Run 0 scripts
✔ All packages installed (used 114ms(network 102ms), speed 0B/s, json 0(0B), tarball 0B)

我猜测原因可能是,最近从 10.14 升级到 10.15,然后因为部分第三方插件需要安装过 CommandLineTools,没有打开过该工具同意条款,然后出现这种问题的吧。(纯个人猜测,真正原因未证实)

References

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据

关于作者

不必你懂

暂无简介

0 文章
0 评论
23 人气
更多

推荐作者

eins

文章 0 评论 0

世界等同你

文章 0 评论 0

毒初莱肆砂笔

文章 0 评论 0

初雪

文章 0 评论 0

miao

文章 0 评论 0

qq_zQQHIW

文章 0 评论 0

    我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
    原文