Description
🐞 Describe the Bug
Following the Quick Start tutorial guide, in the 'Define a Route' section, where it states to add a model() method to the Route in the app/routes/scientists.js file, I get a Parsing error: Cannot find module '@babel/plugin-proposal-decorators'

🔬 Minimal Reproduction
Follow the Quick Start tutorial guide, up to 'Define a Route' section, and then paste in the sample model provided for scientists. I am using ESLint.
😕 Actual Behavior
After pasting in the scientist model provided in the Quick Start guide, the Parsing Error shows up. I continue on to the Quick Start guide and loop through each scientist to render the names on the page, and the names do appear.
🤔 Expected Behavior
When running the Quick Start guide, and following all the prompts, all required dependancies should be installed. No errors or issues should show up when running a quick start guide.
🌍 Environment
- Ember: - 6.0.0
- Ember-CLI: - 6.0.1
- Node.js/npm: - v20.11.0
- OS: darwin x64
- Browser: Firefox
➕ Additional Context
New user of EmberJS. I am using VSCode with ESLint.