-
Notifications
You must be signed in to change notification settings - Fork 16
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
error while 'npm install execSync' #20
Comments
bump. any update on this? it still happens on node v0.11.12
|
Just finished moving and starting a new position. Will try to find some time this weekend. |
@mgutz it also affected my Travis CI build. When are you planning to fix that? This is my build that is failing. It seems that codeclimate reporter is using your execSync and that is failing on node 0.11 . If you need more info please feel free to ask. I would be glad to help You. |
👍 |
Same here! |
I wish it was possible to conditionally install deps. The @mgutz Perhaps you could just skip compilation in Node >=0.11 and return an object throwing on every invocation with a message to use the pattern:
? |
...or even better, just use the native |
Hm, actually it seems it's possible to use with npm's optionalDependencies. Still, my suggestion from the last comment would be useful. |
@mzgol Aha, thank you! I was just bit by this, and was trying to figure out how to deal with it. I'll set the dependency to Node 0.11, and use the native one. 👍 |
…ot available. Node.JS > 0.10 has it already. Refernece: mgutz/execSync#20
…ot available. Node.JS > 0.10 has it already. Refernece: mgutz/execSync#20
Could you please tell me why and how to solve it, tks!
here are the message:
npm ERR! [email protected] install:
node-gyp rebuild
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] install script.
npm ERR! This is most likely a problem with the execSync package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! node-gyp rebuild
The text was updated successfully, but these errors were encountered: