node-gyp/docs
Christian Clauss 41882a975b
Improved advise on repacing node-sass with sass (#2758)
* Improved advise on repacing node-sass with sass

* Update README.md
2023-03-13 12:14:24 +01:00
..
binding.gyp-files-in-the-wild.md added node-heapdump binding.gyp 2022-02-16 10:48:03 +11:00
Error-pre-versions-of-node-cannot-be-installed.md doc(wiki): safer doc names, remove unnecessary TypedArray doc 2021-06-23 13:01:07 +10:00
Force-npm-to-use-global-node-gyp.md docs: rephrase explanation of which node-gyp is used by npm (#2587) 2022-01-07 20:23:52 +11:00
Home.md doc(wiki): move wiki docs into doc/ 2021-06-23 13:01:07 +10:00
Linking-to-OpenSSL.md doc(wiki): move wiki docs into doc/ 2021-06-23 13:01:07 +10:00
README.md Improved advise on repacing node-sass with sass (#2758) 2023-03-13 12:14:24 +01:00
Updating-npm-bundled-node-gyp.md fix: re-label (#2689) 2022-07-13 10:25:24 +02:00

Versions of node-gyp that are earlier than v9.x.x

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 then please upgrade using these instructions and then try your command again.

node-sass is deprecated

Please be aware that the package node-sass is deprecated so you should actively seek alternatives. You can try:

npm uninstall node-sass
npm install sass --save
# or ...
npm install --global node-sass@latest

But in any case, please avoid opening new node-sass issues on this repo because we cannot help much.

Issues finding the installed Visual Studio

In cmd, npm config set msvs_version 20xx with xx matching your locally installed version of Visual Studio.