Skip to content
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

io.js rebuild fails downloading io.js version from nodejs.org #604

Closed
uipoet opened this issue Apr 1, 2015 · 6 comments
Closed

io.js rebuild fails downloading io.js version from nodejs.org #604

uipoet opened this issue Apr 1, 2015 · 6 comments
Labels

Comments

@uipoet
Copy link

uipoet commented Apr 1, 2015

npm info it worked if it ends with ok
npm info using npm@2.7.4
npm info using node@v1.6.2
npm info attempt registry request try #1 at 10:04:50
npm http request GET https://registry.npmjs.org/libxmljs
npm http 304 https://registry.npmjs.org/libxmljs
npm info install libxmljs@0.13.0 into /Users/uipoet
npm info installOne libxmljs@0.13.0
npm info preinstall libxmljs@0.13.0
npm info attempt registry request try #1 at 10:04:50
npm http request GET https://registry.npmjs.org/bindings
npm info attempt registry request try #1 at 10:04:50
npm http request GET https://registry.npmjs.org/nan
npm http 304 https://registry.npmjs.org/bindings
npm http 304 https://registry.npmjs.org/nan
npm info install nan@1.5.1 into /Users/uipoet/node_modules/libxmljs
npm info install bindings@1.1.1 into /Users/uipoet/node_modules/libxmljs
npm info installOne nan@1.5.1
npm info installOne bindings@1.1.1
npm info preinstall bindings@1.1.1
npm info build /Users/uipoet/node_modules/libxmljs/node_modules/bindings
npm info linkStuff bindings@1.1.1
npm info install bindings@1.1.1
npm info postinstall bindings@1.1.1
npm info preinstall nan@1.5.1
npm info build /Users/uipoet/node_modules/libxmljs/node_modules/nan
npm info linkStuff nan@1.5.1
npm info install nan@1.5.1
npm info postinstall nan@1.5.1
npm info build /Users/uipoet/node_modules/libxmljs
npm info linkStuff libxmljs@0.13.0
npm info install libxmljs@0.13.0

> libxmljs@0.13.0 install /Users/uipoet/node_modules/libxmljs
> node-gyp rebuild

gyp info it worked if it ends with ok
gyp info using node-gyp@1.0.3
gyp info using node@1.6.2 | darwin | x64
gyp http GET http://nodejs.org/dist/v1.6.2/node-v1.6.2.tar.gz
gyp http 404 http://nodejs.org/dist/v1.6.2/node-v1.6.2.tar.gz
gyp WARN install got an error, rolling back install
gyp ERR! configure error 
gyp ERR! stack Error: 404 status code downloading tarball
@babsonmatt
Copy link

Running into this issue as well on Windows 7 x64 with iojs installed via nvmw.

@babsonmatt
Copy link

I was able to compile bcrypt via pangyp without issues, still no luck though with node-gyp

@wiredmax
Copy link

+1 on this I am having the same issue here.

@phelma
Copy link

phelma commented Apr 29, 2015

I'm getting this on mac too, I installed iojs via homebrew.

I have been using this workaround https://www.npmjs.com/package/gyp-io

@coderaiser
Copy link

Fixed in #669

@Fishrock123
Copy link
Contributor

#701

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

6 participants