`Tree cycle detected` when upgrading to ember-cli 3.4
See original GitHub issueFirst, thanks for the great addon! We’ve been using it for a while and love it.
I tried to update one of our addons to ember-cli 3.4.1 this morning and got a Tree cycle detected
build failure. The stack seemed quite unhelpful but I was able to narrow it down to ember-cli-addon-docs
.
There was a similar issue happening in ember-auto-import so maybe there’s a clue there?
I have a repro here: https://github.com/sammynave/tree-cycle-repro if that’s helpful. You should just be able yarn && ember s
to get the error.
Let me know if I can provide any more info.
Thanks!
Issue Analytics
- State:
- Created 5 years ago
- Reactions:1
- Comments:6 (3 by maintainers)
Top Results From Across the Web
Tree Cycle Detected! · Issue #26 · ef4/ember-auto-import
This is an issue with ember-cli master. I bisected and ember-cli/ember-cli@563bf26 changed the ordering the build pipeline in a way that defeats ...
Read more >Upgrading - Basic use - Ember CLI Guides
Upgrade experience depends on whether the app should have a major, minor, or patch version upgrade. Ember follows SemVer rules closely, meaning that:...
Read more >ember-cli/CHANGELOG.md - UNPKG
The CDN for ember-cli. ... Update `ember-data` and `ember-source` to 3.4.0 ... when tree objects are used in config [@kanongil](https://github.com/kanongil).
Read more >ember.js - Could not resolve dependency error - Stack Overflow
Command failed with exit code 1: npm install --loglevel error npm ERR! code ERESOLVE npm ERR! ERESOLVE unable to resolve dependency tree npm...
Read more >The Ember project announces version 3.4 of Ember.js, Ember ...
Support has been added for Node 10 and support for Node 4 has been dropped from Ember CLI's support matrix. When upgrading to...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hi @sammynave — thanks for the report!
For the moment I think the
latest
dist tag for ember-cli has been rolled back to3.3.0
. It’s definitely possible we’ll have to do some work on this end, but I think we should likely wait for things to settle down on that side first.I have the same issue, after that I tried update to 3.4.2 =/