We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In Node 10.2.0 sleep is erroring out as:
sleep
/Users/jdalton/.node-gyp/10.2.0/include/node/node.h:53:10: fatal error: 'core.h' file not found #include "core.h" // NOLINT(build/include_order) ^~~~~~~~ 1 error generated.
Update:
This appears to be a node-gyp bug: nodejs/node#20921
node-gyp
The text was updated successfully, but these errors were encountered:
Fixed: Node v10.2.1 has been released.
Sorry, something went wrong.
No branches or pull requests
In Node 10.2.0
sleep
is erroring out as:Update:
This appears to be a
node-gyp
bug: nodejs/node#20921The text was updated successfully, but these errors were encountered: