-
Notifications
You must be signed in to change notification settings - Fork 62
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: spawn npm run help ENOENT #85
Comments
What about I found a similar issue in nodejs/node#3675. |
Yes, you are right
Thanks. |
I'm getting pretty much the same problem. This is my task: plugins.shell.task([
"ssh -L 3333:localhost:3306 " + options.config.ssh.user + "@xx.xxx.xxx.xxx"
], {
quiet: true,
}); and the error message:
I'm on Mac OS X, node 4.4.5, npm 3.10.2 |
^ Had a look at the releases page of gulp-shell and noticed it required a certain version of node to be installed. I followed this guide and it now works: https://davidwalsh.name/upgrade-nodejs |
Starting project at F:\React Native\amazingOne npm ERR! A complete log of this run can be found in: |
Hei,
I've been having an issue with the new 0.6.x version.
this
gshell.task([ "npm run help"])
won't work anymore.it crashes with
although some simple shell commands like pwd or whoami, works fine. And in 0.5.2 this one used to work.
i'm using node v4.5.0, npm 2.15.9 on a Windows10 Enterprise Machine
The text was updated successfully, but these errors were encountered: