Skip to content

Commit 35de459

Browse files
jhultrvagg
authored andcommitted
doc: update catalina xcode cli tools download link; formatting
PR-URL: #2034 Reviewed-By: Rod Vagg <[email protected]> Reviewed-By: Christian Clauss <[email protected]>
1 parent 4864219 commit 35de459

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

macOS_Catalina.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -63,15 +63,15 @@ There are three ways to install the Xcode libraries `node-gyp` needs on macOS. P
6363
9. Repeat step 5 above. Is the path different this time? Repeat the _acid test_.
6464

6565
### Installing `node-gyp` using the Xcode Command Line Tools via manual download
66-
1. Download the appropriate version of the "Command Line Tools for Xcode" for your version of Catalina from developer.apple.com/download. As of MacOS 10.15.2, that's [Command_Line_Tools_for_Xcode_11.3.dmg](https://download.developer.apple.com/Developer_Tools/Command_Line_Tools_for_Xcode_11.3/Command_Line_Tools_for_Xcode_11.3.dmg)
66+
1. Download the appropriate version of the "Command Line Tools for Xcode" for your version of Catalina from <https://developer.apple.com/download/more/>. As of MacOS 10.15.2, that's [Command_Line_Tools_for_Xcode_11.3.dmg](https://download.developer.apple.com/Developer_Tools/Command_Line_Tools_for_Xcode_11.3/Command_Line_Tools_for_Xcode_11.3.dmg)
6767
2. Install the package.
68-
3. Run the _acid test_.
68+
3. Run the [_acid test_ steps above](#The-acid-test).
6969

7070
### I did all that and the acid test still does not pass :-(
7171
1. `sudo rm -rf $(xcode-select -print-path)` # Enter root password. No output is normal.
7272
2. `sudo rm -rf /Library/Developer/CommandLineTools` # Enter root password.
7373
2. `xcode-select --install`
74-
3. If the [_acid test_](#The-acid-test) still does _not_ pass then...
74+
3. If the [_acid test_ steps above](#The-acid-test) still does _not_ pass then...
7575
4. `npm explore npm -g -- npm install node-gyp@latest`
7676
5. `npm explore npm -g -- npm explore npm-lifecycle -- npm install node-gyp@latest`
7777
6. If the _acid test_ still does _not_ pass then...

0 commit comments

Comments
 (0)