jprichardson / node-kexec

Node.js exec function to replace running process; like Ruby's exec.
MIT License
50 stars 25 forks source link

Removed dependency on node-gyp #24

Closed piranna closed 8 years ago

piranna commented 9 years ago

Use the one bundled with npm. Also, npm itself compiles it on install when if finds a bindings.gyp file

jprichardson commented 9 years ago

Ref: https://github.com/jprichardson/node-kexec/issues/23

piranna commented 9 years ago

Thanks for the reference to the issue, I forgot it :-)

foysavas commented 9 years ago

Looks good to me.

btakita commented 9 years ago

Would this fix installing kexec on node 4.2.2?

piranna commented 8 years ago

Any update on this?

btakita commented 8 years ago

+1 This would allow me to upgrade my project to node 4.2.2.

foysavas commented 8 years ago

Just merged this into master. @jprichardson can you publish to npm?

jprichardson commented 8 years ago

Oops, sorry... doing this now.

jprichardson commented 8 years ago

Done.

piranna commented 8 years ago

Thank you :-)