Open IsakFriisJespersen2 opened 2 years ago
I am also experiencing this issue after upgrading from Ember 3.24.0 to 3.26.1. No specific dependencies seem to be mentioned and I'm not sure where the "start" property is defined.
I encountered a similar problem.
Do you get beyond this error if you remove ember-hammertime
?
For me, the strange thing was that after enabling all DEBUG
messages, via:
yarn && DEBUG=* node_modules/.bin/ember build
...there was no occurrence of "hammertime" in the last 10,000 lines of the build logs.
So, I think this is an ember-source
bug:
The dependency that ember build
chokes on seems like a very basic thing that the build process should be correctly logging!
There were updates to the Glimmer VM and template compiler which landed in Ember 3.25, which are likely what is causing these. Make sure your app and the addons you use are working with the latest versions of ember-cli-htmlbars, which have bug fixes for a lot of these behaviors.
I've seen people mentioning the same issue in ember-basic-dropdown but my error like this one come from the project source and not from any addon.
Have anyone found a solution for this?
After running ember-cli-update --to 3.28.5 my build started failing with error statet below.
I've tried to overried ember-cli-htmlbars: "^5.7.1" but with no luck..