You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An update to marcosc-async introduced the spread (...) syntax, which isn't supported in Node ^4.0.0 without the --harmony flag. This causes Node 4 to break with this package. I almost created an issue on marcosc-async, but I thought it would be less confusing here since this package has Node >=4 in engines while marcosc-async doesn't define engines.
Publish a new release of marcosc-async that's compatible with Node 4 syntax and depend on that in this package (ideal solution in my opinion, since it's still an active LTS version)
The text was updated successfully, but these errors were encountered:
nickserv
changed the title
Regression: Syntax error in marcosc-async breaks Node ^4.0.0 (active LTS) support
Regression: Syntax error breaks Node ^4.0.0 (active LTS) support
Nov 7, 2016
An update to
marcosc-async
introduced the spread (...
) syntax, which isn't supported in Node ^4.0.0 without the--harmony
flag. This causes Node 4 to break with this package. I almost created an issue onmarcosc-async
, but I thought it would be less confusing here since this package has Node >=4 inengines
whilemarcosc-async
doesn't defineengines
.Example failing build: https://travis-ci.org/litixsoft/karma-detect-browsers/jobs/173932752
Possible Solutions
engines
to Node >=5marcosc-async
that's compatible with Node 4 syntax and depend on that in this package (ideal solution in my opinion, since it's still an active LTS version)The text was updated successfully, but these errors were encountered: