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
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
The text was updated successfully, but these errors were encountered:
Hi @damianham I just tested amber v0.8.0 and I realize something is wrong with recipe feature:
The text was updated successfully, but these errors were encountered: