nodejs / node-gyp

Node.js native addon build tool
MIT License
9.94k stars 1.8k forks source link

gyp: No Xcode or CLT version detected! after macOS update #2145

Open tuananh opened 4 years ago

tuananh commented 4 years ago
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.

SeBassTian23 commented 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.

tuananh commented 4 years ago

This was the case for all updates of macOS 10.15.x in my case.

yep

cclauss commented 4 years ago

Please continue this conversation at nodejs/gyp-next#44