ember-native-class-codemod icon indicating copy to clipboard operation
ember-native-class-codemod copied to clipboard

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

Open npendery opened this issue 3 years ago • 1 comments

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

npendery avatar Jan 21 '22 18:01 npendery