node-gyp/docs
2022-05-11 13:45:41 +10: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 doc: update docs/README.md with latest version number 2022-05-11 13:45:41 +10:00
Updating-npm-bundled-node-gyp.md docs: Add notes/disclaimers for upgrading the copy of node-gyp that npm uses (#2585) 2022-01-06 14:28:41 +11: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.