Open tuananh opened 4 years ago
I can confirm this issue for the latest update of macOS 10.15.5 (19F96). This was the case for all updates of macOS 10.15.x in my case.
This was the case for all updates of macOS 10.15.x in my case.
yep
Please continue this conversation at nodejs/gyp-next#44
Node Version: 14.3.0
Platform: Darwin mbp16.local 19.5.0 Darwin Kernel Version 19.5.0: Tue May 26 20:41:44 PDT 2020; root:xnu-6153.121.2~2/RELEASE_X86_64 x86_64
Compiler: Apple clang version 11.0.0 (clang-1100.0.33.8) Target: x86_64-apple-darwin19.5.0 Thread model: posix InstalledDir: /Library/Developer/CommandLineTools/usr/bin
Module: personal project.
Verbose output (from npm or node-gyp):
``` gyp: No Xcode or CLT version detected! ```This has been going on for several macOS update.
xcode-select --install
will report CLT is already installed.The only fix is to remove CLT folder
sudo rm -rf /Library/Developer/CommandLineTools
and reinstall CLT again.