-
Notifications
You must be signed in to change notification settings - Fork 44
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
Node 10.x version check fails #64
Comments
Thanks for your contribution! I've pushed a fix now to the main branch, please give it a try :) |
@darkguy2008 could you release the fix? Installing from git in the meantime. |
@darkguy2008 +1 to
|
@darkguy2008 I tested the fix and it did work for me. So it should be save for a release :). |
@darkguy2008 the fix is working for me, please release on NPM. :) |
Has this been released to npm yet? ping @darkguy2008 |
@roopemerikukka no the last release of parallelshell was 2017. I currently did switch to concurrently. |
I hope it helps |
YES! Thanks a lot. It worked |
This line fails on Node 10.x since it's checking the version with string comparison and
10
is less than8
in that case.This could be replaced with:
Or the entire section with:
The text was updated successfully, but these errors were encountered: