nwjs / nw-gyp

native addon build tool for node-webkit
MIT License
195 stars 50 forks source link

Failing to get nw-headers #85

Closed cyphunk closed 8 years ago

cyphunk commented 8 years ago

Same as Issue#31:

$ nw-gyp rebuild --target=0.13.0 --arch=x64
gyp info it worked if it ends with ok
gyp info using nw-gyp@0.13.0
gyp info using node@0.12.0 | linux | x64
gyp http GET http://node-webkit.s3.amazonaws.com/v0.13.0/nw-headers-v0.13.0.tar.gz
gyp http 404 http://node-webkit.s3.amazonaws.com/v0.13.0/nw-headers-v0.13.0.tar.gz

The command executed is the same given in the documentation at: http://docs.nwjs.io/en/v0.13.0-beta4/For%20Users/Advanced/Use%20Native%20Node%20Modules/

cyphunk commented 8 years ago

Fixed with nw-gyp rebuild --target=0.13.0-beta4 --arch=x64. Close