Skip to content
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

Work around NodeJS bug involving path extensions #29

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jvilk
Copy link

@jvilk jvilk commented Oct 1, 2014

execSync fails to install in Windows because node-gyp is actually defined in a file named 'node-gyp.cmd', triggering an ENOENT when spawn runs.

Relevant NodeJS bug:
nodejs/node-v0.x-archive#2318

execSync fails to install in Windows because node-gyp is actually defined
in a file named 'node-gyp.cmd', triggering an ENOENT when `spawn` runs.

Relevant NodeJS bug:
nodejs/node-v0.x-archive#2318
@AntJanus
Copy link

AntJanus commented Jan 7, 2015

I had the same issue when installing it. Is there any way to know when this will get merged in? @mgutz

@jvilk
Copy link
Author

jvilk commented Jan 7, 2015

The project looks unfortunately dead, so I doubt it'll ever get merged in. 😦

@aecz
Copy link

aecz commented Oct 11, 2016

Same issue here. Please at least reply @mgutz . If no merge, a branch or tag would be nice. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants