jerel / ember-cli-loading-slider

A YouTube like loading indicator for EmberJS packaged as an Ember CLI add-on.
MIT License
116 stars 36 forks source link

Deprecation Warning #33

Closed davidchalifoux closed 6 years ago

davidchalifoux commented 6 years ago

I'm using Ember 2.18.0 and after installing the package and using {{loading-slider isLoading=loading duration=250}}, I get the following deprecation warning:

DEPRECATION: An addon is trying to access project.nodeModulesPath. This is not a reliable way to discover npm modules. Instead, consider doing: require("resolve").sync(something, { basedir: project.root }).