You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
roomman
changed the title
[Bug] Bug report - route files note being generated by Ember Cli 4.3.0
[Bug] Bug report - route files not being generated by Ember Cli 4.3.0
May 10, 2022
🐞 Describe the Bug
Running
ember g route my-route
with [email protected] results inrouter.js
being updated but no route, template or test files are generated.My terminal logs the following:
🔬 Minimal Reproduction
Run
ember g route my-route
😕 Actual Behavior
Route generation is incomplete.
🤔 Expected Behavior
Router is updated and a route, template and unit test files are generated.
🌍 Environment
➕ Additional Context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: