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.
1 parent 7857cb2 commit 4fc8ff1Copy full SHA for 4fc8ff1
macOS_Catalina.md
@@ -22,7 +22,7 @@ If `ProductVersion` is less then `10.15` then this document is not for you. Norm
22
### The acid test
23
To see if `Xcode Command Line Tools` is installed in a way that will work with `node-gyp`, run:
24
```
25
-curl -L https://github.com/nodejs/node-gyp/raw/master/macOS_Catalina_acid_test.sh | bash
+curl -sL https://github.com/nodejs/node-gyp/raw/master/macOS_Catalina_acid_test.sh | bash
26
27
28
If test succeeded, _you are done_! You should be ready to install `node-gyp`.
0 commit comments