Rodrigo Martins
Rodrigo Martins

Reputation: 61

ember + Could not find module `@ember/application`

I have a ember app, after start server, log this error in console:

Error: Could not find module @ember/application imported from app

Upvotes: 1

Views: 1072

Answers (1)

sandeep chauhan
sandeep chauhan

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

Related Questions