diff --git a/macOS_Catalina.md b/macOS_Catalina.md index 9ad2be5535..f7f90e7261 100644 --- a/macOS_Catalina.md +++ b/macOS_Catalina.md @@ -1,4 +1,5 @@ # Installation notes for macOS Catalina (v10.15) +### [node-gyp v7](https://github.com/nodejs/node-gyp/releases) should solve the [`gyp: No Xcode or CLT version detected!`](https://github.com/nodejs/node-gyp/issues?q=is%3Aissue+label%3A%22gyp%3A+No+Xcode+or+CLT+version+detected%21%22+is%3Aclosed) issue. _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._ diff --git a/package.json b/package.json index d78e8c3619..df236d345e 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "which": "^2.0.2" }, "engines": { - "node": ">= 6.0.0" + "node": ">= 10.12.0" }, "devDependencies": { "bindings": "^1.5.0",