machty / ember-concurrency

ember-concurrency is an Ember Addon that enables you to write concise, worry-free, cancelable, restartable, asynchronous tasks.
http://ember-concurrency.com
MIT License
689 stars 157 forks source link

Not working with ember-cli-babel 8.x #545

Closed sebastianhelbig closed 7 months ago

sebastianhelbig commented 11 months ago

ember-concurreny: 3.1.1 ember-compatibility-helpers: 1.2.6 ember-cli-babel: 8.1.0

In browser console:

loader.js:247 Uncaught (in promise) Error: Could not find module `ember-compatibility-helpers` imported from `ember-concurrency/-private/utils`
    at missingModule (loader.js:247:1)
    at findModule (loader.js:258:1)
    at Module.findDeps (loader.js:168:1)
    at findModule (loader.js:262:1)
    at Module.findDeps (loader.js:168:1)
    at findModule (loader.js:262:1)
    at Module.findDeps (loader.js:168:1)
    at findModule (loader.js:262:1)
    at requireModule (loader.js:24:1)
    at ModuleRegistry.get (index.js:25:1)
machty commented 8 months ago

I suspect this is already fixed in 4.0.0; please try 4.0.0-beta.1, or just wait a bit longer for the release.

machty commented 7 months ago

I'm pretty sure the is fixed in EC4, please reopen if not.