• Home
Name Date Size #Lines LOC

..--

Error-pre-versions-of-node-cannot-be-installed.mdD12-May-20243.8 KiB9474

Force-npm-to-use-global-node-gyp.mdD12-May-20242.7 KiB4833

Home.mdD12-May-2024217 86

Linking-to-OpenSSL.mdD12-May-20243.8 KiB8675

README.mdD12-May-20241.2 KiB2014

Updating-npm-bundled-node-gyp.mdD12-May-20242.5 KiB7351

binding.gyp-files-in-the-wild.mdD12-May-20244.6 KiB5047

README.md

1## Versions of `node-gyp` that are earlier than v9.x.x
2
3Please 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/master/docs/Updating-npm-bundled-node-gyp.md) and then try your command again.
4
5## `node-sass` is deprecated
6
7Please be aware that the package [`node-sass` is deprecated](https://github.com/sass/node-sass#node-sass) so you should actively seek alternatives.  You can try:
8```
9npm uninstall node-sass
10npm install sass --save
11# or ...
12npm install --global node-sass@latest
13```
14`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).
15But 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+).
16
17## Issues finding the installed Visual Studio
18
19In 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.
20