DEPRECATION: An addon is trying to access project.nodeModulesPath.
See original GitHub issueThe following deprecation is thrown on a new Ember 2.18.0
Version when starting the server. It seems some package needs to be updated.
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/username/emberApp/node_modules/ember-cli-document-title/node_modules/ember-cli-version-checker/src/npm-dependency-version-checker.js:11:33)
Issue Analytics
- State:
- Created 6 years ago
- Reactions:8
- Comments:11 (2 by maintainers)
Top Results From Across the Web
DEPRECATION: An addon is trying to access project ... - GitHub
The following deprecation is thrown on a new Ember 2.18.0 Version when starting the server. It seems some package needs to be updated....
Read more >Deprecation warning for addons - future big problems?
Since upgrading to 2.18 I am getting this deprecation warning: DEPRECATION: An addon is trying to access project.nodeModulesPath.
Read more >fossasia/open-event-frontend - Gitter
thank you. It ran. After the installation is complete, on running ember serve , it says, DEPRECATION: An addon is trying to access...
Read more >Socivo - Bountysource
Ember Version 2.18.0. DEPRECATION: An addon is trying to access project.nodeModulesPath. This is not a reliable way to discover npm modules.
Read more >Configuring Metro - Meta Open Source
If your Metro project is developed in a monorepo and includes files from multiple logical packages, you'll generally want to set projectRoot ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Ping to please get a new release
Hi everyone!
There’s now a release that contains a fix for this issue - version
0.4.0
: https://github.com/kimroen/ember-cli-document-title/releases/tag/v0.4.0Thank you for your patience, and sorry that I didn’t get around to it sooner ❤️