You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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>
Copy file name to clipboardExpand all lines: macOS_Catalina.md
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,11 @@
2
2
3
3
_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._
4
4
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
+
```
6
10
7
11
### Is my Mac running macOS Catalina?
8
12
Let's first make sure that your Mac is running Catalina:
0 commit comments