Closed marcoramires closed 7 years ago
I found a temporary solution in case somebody is having the same issue.
Rolled back "gulp-shell" to version 0.5.2 as the 0.6.1 is causing the issue when passing any parameter to shell commands.
package.json
"gulp-shell": "^0.5.1",
Hi @marcoramires. Another way to fix this might be to upgrade to at least node 6.x. Someone had a similar issue: https://github.com/mwaylabs/generator-m-ionic/issues/499
Can you confirm upgrading to a newer node version fixes this?
Hi @gruppjo. Thanks for the reply.
Yeah it works fine once upgraded to node v6.0.0. Interesting enough npm will install the version 0.5.2 instead of the 0.6.1 ("gulp-shell": "^0.5.1").
Is there any permission setting I should add?
It keeps throwing an error each time I try to run a cordova command such as $gulp --cordova "platform ls".
Node: v5.6.0 Cordova: v6.5.0 Gulp: v3.9.1