Quantcast
Channel: Ember.JS - Latest topics
Viewing all articles
Browse latest Browse all 4826

Uncaught ReferenceError: _EmberApplication is not defined

$
0
0

Fellow Devs,

I got into this error when running the app recently, it’s pointing to app.js but i don’t have any recent change in it.

I cleared my node_modules, yarn.lock, /tmp, /dist and rerun the application to fetch my latest addon changes.

app.js

import Application from '@ember/application';
....

const App = Application.extend({
  ....
});

export default App; 

Thanks!

2 posts - 1 participant

Read full topic


Viewing all articles
Browse latest Browse all 4826

Trending Articles