-
Notifications
You must be signed in to change notification settings - Fork 34
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
npm install fails when using NodeJS v0.12.x #14
Comments
Ah okay. I haven't tried with Node 12 yet. I will try it when I get a chance. Thanks for opening the issue! |
Hello! Any update on the progress of this issue? Otherwise, I'll probably try to look into upgrading the lib to use Node v0.12.4+ if that's ok. |
@theoperatore I have been pretty busy lately and haven't had a chance to try it yet. If you get it working, please feel free to create a PR. |
I am getting the same issue, @theoperatore have you figured it out yet? |
Same issue on Mac OSX—other people having similar issues with node-gyp, tried upgrading to newest Xcode + CLT. Fixed by downgrading node to v0.10.36. |
I'm using Mac OSX El Capitan. Also fixed by downgrading node to v0.10.36 when running npm install.
|
Yeah, I got similar errors, but was still able to run w/o major issues. I suggest testing w/o the provided test package. |
Also on El Capitan ** |
I get the following error when I try
npm install
when I'm on node v0.12.0 (Works fine when I tried on node v0.10.25) :The text was updated successfully, but these errors were encountered: