-
Notifications
You must be signed in to change notification settings - Fork 228
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
Does not compile with Node v6.x #249
Comments
Having the exact same issue. |
same |
I am seeing this build error on node v6 at build time:
|
Getting the same error, el capitan node 6, lwip 0.0.8 |
Perhaps you guys would consider downgrading to Node 4.4.3 LTS? It runs quite well on that version and installs without fuss. Just an idea. |
@ChristianRich Thanks, actually just did that seconds ago. 👍 |
@ChristianRich -- downgrade is a workaround, not a solution. The issue should still be addressed. |
See pull request #250, this is an easy fix |
It messes up a library I use: sprity/sprity#47 |
same. |
Try npm install nan first. I had the same issue and below command solved it for me. npm install nan@latest nan@2.7.0 is actually installed |
installing nan locally or globally does not solve anything - still same compile errors with 2.7.0 or 2.8.0 |
lwip 0.0.8, node 6.0.0, Mac OS X 10.11.4
The text was updated successfully, but these errors were encountered: