We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
sudo
1 parent 19e0f3c commit 66c0f04Copy full SHA for 66c0f04
macOS_Catalina.md
@@ -89,7 +89,7 @@ There are three ways to install the Xcode libraries `node-gyp` needs on macOS. P
89
### I did all that and the acid test still does not pass :-(
90
1. `sudo rm -rf $(xcode-select -print-path)` # Enter root password. No output is normal.
91
2. `sudo rm -rf /Library/Developer/CommandLineTools` # Enter root password.
92
-3. `xcode-select --reset`
+3. `sudo xcode-select --reset`
93
4. `xcode-select --install`
94
5. If the [_acid test_ steps above](#The-acid-test) still does _not_ pass then...
95
6. `npm explore npm -g -- npm install node-gyp@latest`
0 commit comments