-
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
Unhandled error event on gull-shell ≥ 0.6.0 #86
Comments
Build is failing, cannot execute commands. Reported upstream: sun-zheng-an/gulp-shell#86
Which Node.js version do you use? |
Node is v4.2.6, guessing that's quite old (using the Ubuntu repos) |
Tried on v6.10.0, works |
Oh, I found that I had used a feature added from Node Thanks for the feedback! I will update the version requirement for it. |
Fab, thanks for the quick responses! |
Actually is failing on Node 5.4.1 as well |
Thanks for your feedback! I have forgotten to require Node You need to upgrade your Node to fix this, sorry for the inconvenience. |
Yep, 5.7.0 is the minimum supported version for |
I just ran into this issue on our CI server as it was baffling why it worked locally, is there any way to check the node version and just throw an error saying the node version is too old or something? |
Just made a PR to stop the installation of this package if the node's version doesn't match |
Doing a package upgrade on a project I maintain. Seeing the following with ≥ 0.6.0:
Gulpfile to reproduce:
Environment, package versions here: https://github.com/newtheatre/history-project/blob/91ccd325b98066e94c28f65b6cb56ea517a0e3f5/package.json
Same Gulpfile works under 0.5.2:
The text was updated successfully, but these errors were encountered: