-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
"SyntaxError: Use of const in strict mode" while installing on Travis (for node@0.12) #308
Comments
Hi @broofa, Ahah interesting use case :) thanks for sharing. Husky As a temporary workaround, I'd suggest changing I'll think about something that would work with Node 0.12 and wouldn't require disabling all scripts |
Since it's Travis doing the install (on their test servers), I'm not sure how much control I have over the flags used. For the time being I've solved this on our side by dropping 0.12 from our |
@broofa it should be good now with husky And as for setting flags on Travis, it's actually quite easy (was doing this before to avoid running husky's own |
In trying to add support for enforcing Conventional Commits on the
uuid
module I ran into the issue, below. This is happening on Travis, while running the unit tests for node@0.12. The tests for more recent versions of node work.The text was updated successfully, but these errors were encountered: