make node-gyp work with io.js-nightly versions#1424
make node-gyp work with io.js-nightly versions#1424jakeburden wants to merge 2 commits intonodejs:v1.xfrom
Conversation
|
we have I think I'm -1 on this for now since we really need to get the longer-term solution to node-gyp in there. Some workarounds for this in the meantime are to:
|
Shipping the headers with the installer is something we should do also. |
|
@TooTallNate would you be interested in "donating" node-gyp to the iojs org like I've done with NAN? it would mean more eyes and hands on the code to improve it over time, including the long desired ability to use locally installed headers rather than download if they are available. |
|
Closing in favor of #493 |
|
(closing for @Fishrock123, guessing he hit the wrong button) |
Check process.version for 'nightly'. If using io.js nightly, the disUrl is changed accordingly, allowing for the correct tarball url path to be created.
This allows node-gyp to work in io.js nightly versions.