Reputation: 61
I have a ember app, after start server, log this error in console:
Error: Could not find module
@ember/application
imported fromapp
Upvotes: 1
Views: 1072
Reputation: 66
Make sure you are on ember/ember-cli version > 2.16 and using yarn with latest node preferably nodejs: 8.8.1, npm: 5.5.1.
Also, go through the deprecations to understand how and why ember has been upgraded from previous versions --> https://www.emberjs.com/deprecations/v2.x
Upvotes: 1