ember-codemods / ember-native-class-codemod

A codemod-cli project for converting Ember objects to es6 native classes
67 stars 38 forks source link

I am getting `Ember is not defined` errors in a lot of the files #481

Open npendery opened 2 years ago

npendery commented 2 years ago

The error I receive for a lot of the js files I try to update is:

error evaluating 'app/components/power-up-tile': Ember is not defined

Any idea why this might happen?

This is the command:

npx ember-native-class-codemod http://0.0.0.0:4200/ app/**/*.js