-
Notifications
You must be signed in to change notification settings - Fork 19
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
Port to Node.JS 4.x #32
Comments
Don't know if this helps, but it seems the error is in the ws dependency (version 0.7.2) required by node-inspector v0.10.0. The newer version (version 0.12.3) uses a more recent version of ws, which in turn uses a newer version of nan that does compile on Node v4. |
lirantal
added a commit
to lirantal/grunt-node-inspector
that referenced
this issue
Sep 24, 2015
…ide support for node v4
Merged
lirantal
added a commit
to lirantal/grunt-node-inspector
that referenced
this issue
Sep 24, 2015
…ide support for node v4
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Noted here, this package is currently failing to build under Node.JS 4.x.
The upstream issue to track: nodejs/node#2798
Discovered this while getting MeanJS to 4.x, see meanjs/mean#922
The text was updated successfully, but these errors were encountered: