Skip to content

Commit

Permalink
doc: add missing sudo to Catalina doc
Browse files Browse the repository at this point in the history
PR-URL: #2244
Reviewed-By: Rod Vagg <rod@vagg.org>
  • Loading branch information
karlhorky authored and rvagg committed Oct 26, 2020
1 parent 19e0f3c commit 66c0f04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion macOS_Catalina.md
Expand Up @@ -89,7 +89,7 @@ There are three ways to install the Xcode libraries `node-gyp` needs on macOS. P
### I did all that and the acid test still does not pass :-(
1. `sudo rm -rf $(xcode-select -print-path)` # Enter root password. No output is normal.
2. `sudo rm -rf /Library/Developer/CommandLineTools` # Enter root password.
3. `xcode-select --reset`
3. `sudo xcode-select --reset`
4. `xcode-select --install`
5. If the [_acid test_ steps above](#The-acid-test) still does _not_ pass then...
6. `npm explore npm -g -- npm install node-gyp@latest`
Expand Down

0 comments on commit 66c0f04

Please sign in to comment.