node-gyp/docs
Christian Clauss 2ef5fb8627
doc: Rename and update Common-issues.md --> docs/README.md (#2567)
Update the common problems to track with current issues on this repo and shorten the URL to just https://github.com/nodejs/node-gyp/tree/master/docs
2021-12-13 11:05:01 +01:00
..
binding.gyp-files-in-the-wild.md doc(wiki): safer doc names, remove unnecessary TypedArray doc 2021-06-23 13:01:07 +10: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
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: Rename and update Common-issues.md --> docs/README.md (#2567) 2021-12-13 11:05:01 +01:00
Updating-npm-bundled-node-gyp.md fix: windows command missing space (#2553) 2021-11-19 16:17:12 +01:00

Versions of node-gyp that are earlier than v8.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.