-
Notifications
You must be signed in to change notification settings - Fork 21
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
Node v7.x seems to be unsupported #32
Comments
Was not able to figure out how to fix the source. |
I was able to use Node v.7x without downgrading by removing "node-inspection" npm package from |
If you avoid node-inspection it means you are not installing v8-debug, which defeats the purpose of installing v8-debug |
Sorry for misunderstanding the issue. If you need v8-debug, you're right to downgrade to v6 until it is fixed/supported in v7. The built in node.js debugger has an experimental v8 debugger: V8 Inspector Integration for Node.js. |
A list of supported Node versions in the README would be very helpful. |
FWIW, cc @bajtos - might be relevant to your interests. |
It does support now, please try |
Generates the following build errors:
The text was updated successfully, but these errors were encountered: