DockYard / ember-async-button

Async Button Component for Ember CLI apps
MIT License
172 stars 35 forks source link

deprecation warning in embercli 2.18.0 #102

Open crotwell opened 6 years ago

crotwell commented 6 years ago

ember install ember-async-button generates a deprecation warning in ember 2.18.0:

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 believe updating ember-cli-babel to 6.11.0 will fix this as 6.8.2 depends on an older version of ember-cli-version-checker.

tamzinblake commented 6 years ago

Fixing this will also require upgrading ember-cli-htmlbars