Skip to content
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

Closed
vielmetti opened this issue Sep 21, 2015 · 1 comment
Closed

Port to Node.JS 4.x #32

vielmetti opened this issue Sep 21, 2015 · 1 comment

Comments

@vielmetti
Copy link

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

@nicholascioli
Copy link

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
lirantal added a commit to lirantal/grunt-node-inspector that referenced this issue Sep 24, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants