We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e505aa8 commit ae5b150Copy full SHA for ae5b150
macOS_Catalina.md
@@ -69,6 +69,7 @@ There are three ways to install the Xcode libraries `node-gyp` needs on macOS. P
69
70
### I did all that and the acid test still does not pass :-(
71
1. `sudo rm -rf $(xcode-select -print-path)` # Enter root password. No output is normal.
72
+2. `sudo rm -rf /Library/Developer/CommandLineTools` # Enter root password.
73
2. `xcode-select --install`
74
3. If the [_acid test_](#The-acid-test) still does _not_ pass then...
75
4. `npm explore npm -g -- npm install node-gyp@latest`
0 commit comments