-
Notifications
You must be signed in to change notification settings - Fork 264
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 4.x support #173
Comments
springmeyer
pushed a commit
that referenced
this issue
Sep 9, 2015
Adding to the list: nodejs/node#2798. |
nodejs/node-gyp#720 is fixed so the node 4.1.x release should avoid that problem. Testing 4.1.x I'm now seeing:
refs npm/npm#5253. Trying to workaround like bf0e093 |
bf0e093, closing. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Node 4.x mostly works, but will keep this open until all tests are passing and we're able to expose in the travis testing matrix.
Currently 4.x is broken in testing by
gyp ERR! stack Error: Invalid version number: -Dfoo=bar
which is due to nodejs/node-gyp#720.The text was updated successfully, but these errors were encountered: