On 2 Apr 2015, at 19:10, Mark Edwards wrote: > hello all - i just switched from node.js to io.js and ran into this problem. i tried to run > mkdir ./test; cd ./test; npm install sync-exec; > and received back the following message (below) any suggestions?
[snip] > gyp ERR! stack Error: 404 status code downloading tarball node-gyp is downloading node's source to get the headers for the version you're using. That's not being found > gyp ERR! node -v v1.5.2-nightly201503173c8ae2d934 > gyp ERR! node-gyp -v v1.0.2 Because you're using an extremely particular version that was never meant to have a long lifetime. Install iojs 1.6.3, perhaps? Aria -- Job board: http://jobs.nodejs.org/ New group rules: https://gist.github.com/othiym23/9886289#file-moderation-policy-md Old group rules: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines --- You received this message because you are subscribed to the Google Groups "nodejs" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/nodejs/92e1bf68-abc3-45ba-b1dd-997746548272%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
