-
-
Notifications
You must be signed in to change notification settings - Fork 18
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
Question: run node in shellscript #69
Comments
I have the same problem, trying to run an integration test in Windows CI to test functionality that adds a git hook. Getting this error:
Which looks like some path to |
Seems like #51 should fix this? |
@felixfbecker I think it's a different issue. #51 is about the path to If you make a copy of |
Is there anything I can do to help? I've been plagued by this bug for a long time. |
I recently got this error using
nyc
withchild_process.execFileSync('bash', ['-c', 'node --version'])
in windows7 with git bash:I feel this error is related to the
README.md
piece:I don't know how does it mean by
a node.cmd file is required
. Could you help?Thanks in advance.
The text was updated successfully, but these errors were encountered: