willviles / ember-scrollmagic

An Ember addon for building magical scroll interactions using ScrollMagic.js
https://willviles.github.io/ember-scrollmagic
MIT License
18 stars 4 forks source link

Uncaught Error: Could not find module `ember-concurrency` imported from `ember-scrollmagic/services/scroll-magic` #13

Closed yawen0802 closed 6 years ago

yawen0802 commented 6 years ago

Hi Will,

First of all, thank you for creating this add-on! It is really cool and I would love to use it. After I installed it, I had an error that I don't know how to debug it. Below is the screenshot of the error. Could you please take a look and let me know if you have any questions.

screen shot 2018-06-26 at 8 59 38 am

jonnygreen commented 6 years ago

The add-on needs ember-concurrency which isn't included as a dependency. To get around this, just install it separately:

ember install ember-concurrency
yawen0802 commented 6 years ago

@jonnygreen Thank you so much!!! It works now!

willviles commented 6 years ago

Hi @yawen0802 and @jonnygreen. I'll add ember-concurrency to the package.json in the next release!