You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been getting this deprecation warning on Ember 2.18.2:
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 }). Accessed from: new NPMDependencyVersionChecker (/Users/rafaelpaiva/Code/poached-wordpress/poached-web/client/node_modules/ember-bootstrap-datetimepicker/node_modules/ember-cli-version-checker/src/npm-dependency-version-checker.js:11:33)
Resolve this warning by updating ember-cli-version-checker to version 2.0.0 or later.
The text was updated successfully, but these errors were encountered:
I've been getting this deprecation warning on Ember 2.18.2:
Resolve this warning by updating
ember-cli-version-checker
to version2.0.0
or later.The text was updated successfully, but these errors were encountered: