-
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
fatal error C1083: Cannot open include file: 'v8.h': No such file or directory #2482
Comments
Deleting the |
@JJRcop were you running this on CI/CD by chance? I'm hitting this exact same bug right now when building my project via circleci. Wondering if so and if you added a |
THANK YOU SO MUCH!!! This has fixed so many issues in other node-gyp installations for other packages for me. |
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.Verbose output (from npm or node-gyp):
In
~/AppData/Local/node-gyp/Cache/16.6.1/include/node
,v8.h
doesn't exist, but an exact replica ofv8.h
named 'v8.h.DELETE.d8343c435eca85cd4cf6801cb7af5dcf
' does.The text was updated successfully, but these errors were encountered: