node/deps/npm/node_modules/node-gyp/docs
npm CLI robot ccfd90007c
deps: upgrade npm to 8.17.0
PR-URL: https://github.com/nodejs/node/pull/44205
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>
Reviewed-By: Ruy Adorno <ruyadorno@google.com>
2022-08-11 14:35:43 +00:00
..
binding.gyp-files-in-the-wild.md deps: upgrade npm to 8.5.3 2022-03-08 21:30:47 +01:00
Error-pre-versions-of-node-cannot-be-installed.md deps: upgrade npm to 8.0.0 2021-10-07 20:39:53 -04:00
Force-npm-to-use-global-node-gyp.md deps: upgrade npm to 8.5.3 2022-03-08 21:30:47 +01:00
Home.md deps: upgrade npm to 8.0.0 2021-10-07 20:39:53 -04:00
Linking-to-OpenSSL.md deps: upgrade npm to 8.0.0 2021-10-07 20:39:53 -04:00
README.md deps: upgrade npm to 8.17.0 2022-08-11 14:35:43 +00:00
Updating-npm-bundled-node-gyp.md deps: upgrade npm to 8.17.0 2022-08-11 14:35:43 +00: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. Please avoid opening new node-sass issues on this repo. You can try npm install --global node-sass@latest but we cannot help much here.

Issues finding the installed Visual Studio

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