jprichardson / node-kexec

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

explicitly find npm's node-gyp in make #28

Closed foysavas closed 8 years ago

foysavas commented 8 years ago

make build was unable to find npm's node-gyp. Though this did not affect node-kexec users, it did cause failures development and testing environments (CircleCI was failing, etc).

This fix explicitly finds npm's node-gyp on both OSX and Linux resolving the issue.

jprichardson commented 8 years ago

Thanks!