Skip to content

Commit 66c0f04

Browse files
karlhorkyrvagg
authored andcommitted
doc: add missing sudo to Catalina doc
PR-URL: #2244 Reviewed-By: Rod Vagg <rod@vagg.org>
1 parent 19e0f3c commit 66c0f04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

macOS_Catalina.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ There are three ways to install the Xcode libraries `node-gyp` needs on macOS. P
8989
### I did all that and the acid test still does not pass :-(
9090
1. `sudo rm -rf $(xcode-select -print-path)` # Enter root password. No output is normal.
9191
2. `sudo rm -rf /Library/Developer/CommandLineTools` # Enter root password.
92-
3. `xcode-select --reset`
92+
3. `sudo xcode-select --reset`
9393
4. `xcode-select --install`
9494
5. If the [_acid test_ steps above](#The-acid-test) still does _not_ pass then...
9595
6. `npm explore npm -g -- npm install node-gyp@latest`

0 commit comments

Comments
 (0)