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
Thanks @laurenskling, yes [email protected] doesn't know what const is. That is kind of different to this issue though since the actual problem is more to do with keystone's ongoing support for [email protected] (as per the Travis builds). Fortunately there has been discussion around moving away from catering for < [email protected] over here keystonejs/keystone#4453 so am going to close this.
Discovered this bug in the Travis build of this PR: keystonejs/keystone#4157
Expected behavior
Should not throw.
Actual/Current behavior
Throws when trying to require Hoek.
Steps to reproduce the actual/current behavior
nvm use 0.10.x
npm i
Potential fix
We could place our node 0.10.x - 0.12.x CI build behind a harmony flag? As suggested in this StackOverflow - https://stackoverflow.com/questions/22603078/syntaxerror-use-of-const-in-strict-mode
Environment
The text was updated successfully, but these errors were encountered: