-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Failure to run node-gyp configure in iojs 3.0.0 #685
Comments
It seems it is not supported yet, I've been having the same issue while compiling. |
same here |
Are you folks still getting this same error? |
@Fishrock123 Yep, I still get the same error. I am running Ubuntu Server 15.04. Here's the output from
|
@Fishrock123 Shouldn't that url read |
Are you folks trying to build with a different |
Looks like it. npm is only 2.13.3 in io.js 3.0.0 and 3.1.0.: https://github.com/nodejs/node/commits/6faf17cb45e27cb6feeff4a0da1513ea99a68b58/deps/npm This is a known issue, sorry. It should be resolvable now that nodejs/node@04fd4fa landed. |
@Fishrock123 Yeah. I am trying out the latest npm beta version. |
@Fishrock123 Nope, I just installed io.js for windows 7 64 bit as normal. EDIT: I installed npm with iojs on Ubuntu as normal. Apparently I haven't got enough sleep recently.... |
@sbrl what does |
@Fishrock123 |
@sbrl Please see the above. :s |
@Fishrock123 Updated to npm |
i had loads of problems with this too. fixed it with https://github.com/creationix/nvm i now have node-gyp building under both node and iojs. result ! |
If I try to install the canvas like this:
I get this:
Apparently, I am supposed to include
npm-debug.log
when requesting help, so I uploaded it to termbin.com.Does anyone know why this is happening? Is io.js v3.0.0 not supported?
The text was updated successfully, but these errors were encountered: