Infinite loop while running ember install ember-redux
See original GitHub issueProblem
Running ember install ember-redux
yields the following output. Note that this output is recursive. It keeps attempting to install the addon’s dependencies over and over. Also note the version arrays logged end up repeating with duplicate values like [ '1.3.0', '1.3.0', '1.3.0' ]
. This occurs infinitely.
node: 4.4.3
ember-cli: 2.4.3
ember: 2.4.5
This may be related to https://github.com/ember-redux/ember-redux/issues/108
Issue Analytics
- State:
- Created 6 years ago
- Comments:6
Top Results From Across the Web
Build goes into an infinite loop · Issue #7 · ember-cli ... - GitHub
I tried removing everything we import as 3rd party libraries from ember-cli-build.js and then it built fine. Then I started returning stuff ...
Read more >{{did-update}} fall into infinite loop in ember js - Stack Overflow
Property value exist in the service, so I re-execute function using {{did-update}}. But this action fall into infinite loop when the service ...
Read more >Save (post) & update (put) ember-data infinite loop when ...
I trying to upgrade a small github Todo sample project (with java on server side) using TodoMVC ember sample on client side (upgrade...
Read more >Ecosystem - Redux
Redux is a tiny library, but its contracts and APIs are carefully chosen to spawn an ecosystem of tools and extensions, and the...
Read more >React loop through nested object - Seba Online
Nested loops are useful when for each pass through the outer loop, ... Install the node-sass dependency using npm install node-sass --save. keys()...
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
@bstro oh well I’m happy to help troubleshoot it a fair bit - I wasn’t sure if giving up was required just yet 😃
The first question I had “is this an ember-cli v2.4.3 issue?” was quickly confirmed this morning as I just spun up a new app and got the same issue you found (using node v6.10 and node v4.5.0).
The next question “why” might take a little more time (unsure if it’s a break in the final release of that 2.4X or something else). So to speed things up and provide a workaround I decided to try this on the very next bump - ember-cli v2.5.1 and wouldn’t you know it … busted in that version also (using both node 6.10 and 4.5)
Finally I flipped over to ember-cli v2.6.2 and all was working fine (tested with node v4.5.0). Not sure if an ember-cli upgrade is possible/ in scope for this process but I can say it’s likely the simplest solution/workaround at the moment. If you are truly stuck on 2.4.3 let me know and I’ll see if I can’t investigate further - this is def a regression as I’ve been able to install
ember-redux
without issue on older versions of the cli in the past (sorry for the breakdown here)Closing this out for now - I don’t have any immediate plans to fix this and I don’t hear it holding others back beyond this 1 issue