ember new classic-decorator-bug
cd classic-decorator-bug
ember install ember-classic-decorator
ember serve
You'll see a bunch of Importing from @ember/string without having the @ember/string package in your project is deprecated. warnings in the console. They shouldn't be there as a brand-new Ember app doesn't have them. Remove ember-classic-decorator and run the app to see.