Skip to content
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

Doesn't work with Node 4.7 #99

Closed
mmelvin0 opened this issue Jul 13, 2018 · 0 comments
Closed

Doesn't work with Node 4.7 #99

mmelvin0 opened this issue Jul 13, 2018 · 0 comments
Labels

Comments

@mmelvin0
Copy link

Your package.json says it should work with Node 4.7 but for some reason use strict was removed from index.js in 3.4.

This cause NodeJS 4.7.1 to throw: Block-scoped declarations (let, const, function, class) not yet supported outside strict mode.

(Of course without any indication of what actually threw that, other than it was probably some Ember addon.)

Reverting to 3.3.2 or adding use strict at the top of index.js fixes the problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants