| Name | Date | Size | #Lines | LOC | ||
|---|---|---|---|---|---|---|
| .. | - | - | ||||
| Error-pre-versions-of-node-cannot-be-installed.md | D | 12-May-2024 | 3.8 KiB | 94 | 74 | |
| Force-npm-to-use-global-node-gyp.md | D | 12-May-2024 | 2.7 KiB | 48 | 33 | |
| Home.md | D | 12-May-2024 | 217 | 8 | 6 | |
| Linking-to-OpenSSL.md | D | 12-May-2024 | 3.8 KiB | 86 | 75 | |
| README.md | D | 12-May-2024 | 1.2 KiB | 20 | 14 | |
| Updating-npm-bundled-node-gyp.md | D | 12-May-2024 | 2.5 KiB | 73 | 51 | |
| binding.gyp-files-in-the-wild.md | D | 12-May-2024 | 4.6 KiB | 50 | 47 |
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