Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] Bug report - route files not being generated by Ember Cli 4.3.0 #20088

Closed
roomman opened this issue May 10, 2022 · 3 comments
Closed

[Bug] Bug report - route files not being generated by Ember Cli 4.3.0 #20088

roomman opened this issue May 10, 2022 · 3 comments

Comments

@roomman
Copy link

roomman commented May 10, 2022

🐞 Describe the Bug

Running ember g route my-route with ember-cli@4.3.0 results in router.js being updated but no route, template or test files are generated.

My terminal logs the following:

$ ember g route my-route
installing route
updating router
  add route my-route
installing route-test

🔬 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

  • Ember: 4.3.0
  • Node.js/npm: 16.13.2
  • OS: OSX
  • Browser: Safari

➕ Additional Context

Add any other context about the problem here.

@bertdeblock
Copy link
Member

Is your ember-source version v4.4? If so, this issue is the same as / similar to #20081.
Should be fixed by #20082, but has not yet been released.

@roomman
Copy link
Author

roomman commented May 10, 2022

Yep, on 4.4 so will await that release, thanks @bertdeblock.

@roomman roomman closed this as completed May 10, 2022
@roomman 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
@chriskrycho
Copy link
Contributor

v4.4.1 is out now with this fix!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants