-
Notifications
You must be signed in to change notification settings - Fork 97
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
can node-expat please use node-pre-gyp? #101
Comments
Hi @Pomax, if you can provide a pull request that works on windows and it gets through the travisci tests then I'd sure be happy to merge it in :) Cheers, Lloyd. |
I wish I had the time to make one T_T |
Sorry for poking this. It's not just integrating node-pre-gyp, which is easy. It's that pre-compiled binaries would need to be hosted somewhere. node-pre-gyp assumes you are hosting on amazon aws, though I suppose that could be changed fairly easily, it still has to be somewhere... I'd love to see this work, as I could really use this feature in my production environment (since in production we don't have compilers....) to make things simpler. |
Hey @lloydwatkin I've never created branches or pull requests on other people's projects, so I'm unclear on that process, but would be happy to send it over if you want it. |
Hi @darelf, Sounds good, I think we'll need a chat about it (or get overwhelming support from users), I prefer to use OS packages but realise many operating systems don't work so well. You'll need to create a fork (click 'fork' at the top of this page). Then add your repo as another git source - so in my case it would be /cc @chris-rock @sonnyp |
Hmm... well, I submitted #116 and then noticed the travis build fails for 0.12. But I guess it does that for all your commits, and since I have no problems on my local linux box using 0.12.2 then I suppose it's not a true issue. |
that could be an issue with package.json dependencies - some older deps don't work with 0.12, but do when they're |
In order to deal with binary compilation being a total mess, we now have https://www.npmjs.org/package/node-pre-gyp available, which takes care of the compiling part so that users don't need to run the compile themselves. Which is nice, because on windows for instance trying to get node-gyp to work is murder-rage-inducingly hard =)
The text was updated successfully, but these errors were encountered: