kellysutton / ember-number-to-human-size

A simple Ember helper for adding a Rails-inspired number-to-human-size helper
MIT License
6 stars 1 forks source link

Could not find module `ember` imported from `ember-number-to-human-size/utils/make-helper` #5

Open xtagon opened 5 years ago

xtagon commented 5 years ago

Hi, I'm attempting to upgrade an Ember app to Ember and ember-cli 3.5, and the following error is now happening:

Uncaught Error: Could not find module ember imported from ember-number-to-human-size/utils/make-helper at http://localhost:7357/assets/vendor.js, line 252

I noticed this with some other libraries as well.

Is Ember 3.5 supported? Thanks

jacobq commented 4 years ago

FWIW I just created ember-magnitude-helpers to work around this problem.