Skip to content

Commit 963f2a7

Browse files
mmarchinicclauss
authored andcommitted
doc: improve cataline discoverability for search engines
By showing the error in the guide, search engines should be able to find this document when users search for specific lines from the error. Co-authored-by: Christian Clauss <cclauss@me.com> PR-URL: #2135 Reviewed-By: Rod Vagg <rod@vagg.org> Reviewed-By: Christian Clauss <cclauss@me.com>
1 parent d45438a commit 963f2a7

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

macOS_Catalina.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@
22

33
_This document specifically refers to upgrades from previous versions of macOS to Catalina (10.15). It should be removed from the source repository when Catalina ceases to be the latest macOS version or when future Catalina versions no longer raise these issues._
44

5-
**Both upgrading to macOS Catalina and running a Software Update in Catalina may cause normal `node-gyp` installations to fail.**
5+
**Both upgrading to macOS Catalina and running a Software Update in Catalina may cause normal `node-gyp` installations to fail. This might manifest as the following error during `npm install`:**
6+
7+
```console
8+
gyp: No Xcode or CLT version detected!
9+
```
610

711
### Is my Mac running macOS Catalina?
812
Let's first make sure that your Mac is running Catalina:

0 commit comments

Comments
 (0)