question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

`Tree cycle detected` when upgrading to ember-cli 3.4

See original GitHub issue

First, 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:closed
  • Created 5 years ago
  • Reactions:1
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
dfreemancommented, Sep 7, 2018

Hi @sammynave — thanks for the report!

For the moment I think the latest dist tag for ember-cli has been rolled back to 3.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.

0reactions
villandercommented, Sep 20, 2018

I have the same issue, after that I tried update to 3.4.2 =/

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found