Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix (most) command line deprecations
still getting: 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: NPMDependencyVersionChecker (/Users/tom/code/ember-cli-cedar/node_modules/ember-cli-github-pages/node_modules/ember-cli-version-checker/src/npm-dependency-version-checker.js:11:32) seems to be related to ember-cli/ember-cli-version-checker#48 (comment) looks like it's: ├─┬ [email protected] │ ├─┬ [email protected] │ │ └── [email protected] deduped │ └── [email protected]
- Loading branch information