-
Notifications
You must be signed in to change notification settings - Fork 17
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
async listUrls() error on build / serve #4
Comments
Ah, looks like you are on an older Node version. I would recommend the current Node LTS release, which is 8.x. (Some ember-cli versions may show a warning on that node version, but it's just paranoia, they work fine.) |
That was the issue. Thanks |
We should probably document. I don't think it should be too weird to require node 8, but lots of stuff in ember-cli land lags a bit on its recommendations. |
@bmx269 I'm doing some issue gardening 🌱🌿 🌷 and came upon this issue. Since it's quite old I just wanted to ask if this is still relevant? If it isn't, maybe we can close this issue? By closing some old issues we reduce the list of open issues to a more manageable set. |
Prember is throwing an error on
PREMBER=true ember serve
or build:Here are the contents of the
ember-cli-build.js
:The text was updated successfully, but these errors were encountered: