Skip to content

Commit 162c8b7

Browse files
cclausslukekarrys
authored andcommitted
docs: node-pre-gyp is no longer maintained (#3015)
* docs: `node-pre-gyp` is no longer maintained * Update README.md * Update README.md
1 parent 60d3192 commit 162c8b7

File tree

1 file changed

+16
-4
lines changed

1 file changed

+16
-4
lines changed

docs/README.md

+16-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Versions of `node-gyp` that are earlier than v9.x.x
1+
## Versions of `node-gyp` that are earlier than v10.x.x
22

33
Please look thru your error log for the string `gyp info using node-gyp@` and if that version number is less than the [current release of node-gyp](https://github.com./nodejs/node-gyp/releases) then __please upgrade__ using [these instructions](https://github.com./nodejs/node-gyp/blob/main/docs/Updating-npm-bundled-node-gyp.md) and then try your command again.
44

@@ -12,8 +12,20 @@ npm install sass --save
1212
npm install --global node-sass@latest
1313
```
1414
`node-sass` projects _may_ work by downgrading to Node.js v14 but [that release is end-of-life](https://github.com./nodejs/release#release-schedule).
15-
But in any case, please avoid opening new `node-sass` issues on this repo because we [cannot help much](https://github.com./nodejs/node-gyp/issues?q=is%3Aissue+label%3A%22Node+Sass+--%3E+Dart+Sass%22+).
1615

17-
## Issues finding the installed Visual Studio
16+
In any case, please avoid opening new `node-sass` issues on this repo because we [cannot help much](https://github.com./nodejs/node-gyp/issues?q=is%3Aissue+label%3A%22Node+Sass+--%3E+Dart+Sass%22+).
1817

19-
In cmd, [`npm config set msvs_version 20xx`](https://github.com./nodejs/node-gyp#on-windows) with ___xx___ matching your locally installed version of Visual Studio.
18+
## `node-pre-gyp` is no longer maintained
19+
20+
* mapbox/node-pre-gyp#657
21+
22+
Support in the `abi_crosswalk.json` file ends at Node.js v17 but [that release is end-of-life](https://github.com./nodejs/release#release-schedule).
23+
24+
In any case, please avoid opening new `node-pre-gyp` issues on this repo because we [cannot help much](https://github.com./nodejs/node-gyp/issues?q=is%3Aissue+label%3A%22node-pre-gyp+is+unmaintained%22).
25+
26+
Unsupported __WORKAROUND__ for versions of Node.js > v17
27+
```
28+
npm ci # mapbox/node-pre-gyp
29+
npm run update-crosswalk
30+
# npm audit # Currently fails on a `Severity: critical` issue
31+
```

0 commit comments

Comments
 (0)