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 }).
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: