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
git clone https://github.com/bartocc/ember-2.18.2-barebone.git cd ember-2.18.2-barebone yarn install ember install [email protected]
Actual result
You should see the following deprecation message
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/julien/Projects/ember-2.18.2-barebone/node_modules/ember-cli-geo/node_modules/ember-cli-version-checker/src/npm-dependency-version-checker.js:11:33)
Expected result
No deprecation message
The text was updated successfully, but these errors were encountered:
Version
4.0.0
Why
"ember-cli-babel": "^5.1.6" depends on [email protected]
How to reproduce
git clone https://github.com/bartocc/ember-2.18.2-barebone.git
cd ember-2.18.2-barebone
yarn install
ember install [email protected]
Actual result
You should see the following deprecation message
Expected result
No deprecation message
The text was updated successfully, but these errors were encountered: