mirror of
https://github.com/electron/node-gyp.git
synced 2025-08-15 12:58:19 +02:00
![]() 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 |
||
---|---|---|
.. | ||
binding.gyp-files-in-the-wild.md | ||
Error-pre-versions-of-node-cannot-be-installed.md | ||
Home.md | ||
Linking-to-OpenSSL.md | ||
README.md | ||
Updating-npm-bundled-node-gyp.md |
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.