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

Recipe feature doesn't work #32

Open
faustinoaq opened this issue Jun 24, 2018 · 0 comments
Open

Recipe feature doesn't work #32

faustinoaq opened this issue Jun 24, 2018 · 0 comments
Labels
kind:bug Something isn't working status:help-wanted Extra attention is needed

Comments

@faustinoaq
Copy link
Contributor

Hi @damianham I just tested amber v0.8.0 and I realize something is wrong with recipe feature:

➜  ~ amber new mynewapp -r default     
10:24:05 Generate   | (INFO) Rendering App mynewapp in ./mynewapp from default
10:24:06 Generate   | (ERROR) Could not find the recipe default : 302 Found
Environment file not found for ./config/environments/production
➜  ~ amber new mynewapp -r basic_crecto
10:24:10 Generate   | (INFO) Rendering App mynewapp in ./mynewapp from basic_crecto
10:24:11 Generate   | (ERROR) Could not find the recipe basic_crecto : 302 Found
Environment file not found for ./config/environments/production
➜  ~ amber new mynewapp -r basic_granite
10:24:17 Generate   | (INFO) Rendering App mynewapp in ./mynewapp from basic_granite
10:24:18 Generate   | (ERROR) Could not find the recipe basic_granite : 302 Found
Environment file not found for ./config/environments/production
➜  ~ amber new mynewapp -r misc_modular 
10:24:39 Generate   | (INFO) Rendering App mynewapp in ./mynewapp from misc_modular
10:24:40 Generate   | (ERROR) Could not find the recipe misc_modular : 302 Found
Environment file not found for ./config/environments/production
➜  ~ amber new mynewapp -r react_preact_redux
10:24:55 Generate   | (INFO) Rendering App mynewapp in ./mynewapp from react_preact_redux
10:24:56 Generate   | (ERROR) Could not find the recipe react_preact_redux : 302 Found
Environment file not found for ./config/environments/production
➜  ~ amber -v
Amber CLI (amberframework.org) - v0.8.0
@faustinoaq faustinoaq added kind:bug Something isn't working status:help-wanted Extra attention is needed labels Jun 24, 2018
@faustinoaq faustinoaq added this to To Do in Framework 2018 via automation Jun 24, 2018
@faustinoaq faustinoaq changed the title Recipe feature don't work Recipe feature doesn't work Jun 24, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind:bug Something isn't working status:help-wanted Extra attention is needed
Projects
No open projects
Framework 2018
  
To Do
Development

No branches or pull requests

1 participant