-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error: Could not find any Visual Studio installation to use (VS2022 Preview) #2520
Comments
I believe that was fixed in gyp-next v0.10.0 https://github.com/nodejs/gyp-next/blob/main/CHANGELOG.md |
Reopen for still need more code to compate |
This seems to be happening still with node-gyp 8.3.0 nodejs/gyp-next#132 |
please try 8.4 |
Yup 8.4 fixed it, thanks |
8.4.1, still seeing this error, although i literally just installed VS 2022 with the C++ package |
Second that! |
@nodejs/platform-windows |
Please provide verbose output like @Aviortheking did. Just saying not working won't get you anywhere. |
Finally found a solution here a while back here. |
Please look thru your error log for the string
gyp info using node-gyp@
and if the version number is less than the current release of node-gyp then please upgrade using the instructions at https://github.com/nodejs/node-gyp/blob/master/docs/Updating-npm-bundled-node-gyp.md and try your command again.Requests for help with
node-sass
are very common. Please be aware that this package is deprecated, you should seek alternatives and avoid opening new issues about it here.node-gyp configure
Verbose output (from npm or node-gyp):
this is related to the now closed #2462
The text was updated successfully, but these errors were encountered: