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
Could not found receipt by name on 'blitz install'.
I tried: blitz install tailwind blitz install material-ui
and have same results ERROR Could not find recipe *name*
Also try blitz install, then select 'tailwind'.
Result - ERROR Could not find recipe "undefined".
Also try blitz install https://github.com/blitz-js/blitz/tree/canary/recipes/tailwind.
Result - SyntaxError: Unexpected token u in JSON at position 0.
Paste all your error logs here:
Default
user@user ~/s/j/g/a/blitz-try (master) > blitz install tailwind
Loaded env from /home/user/src/js/github.com/alexgoto/blitz-try/.env.local
Loaded env from /home/user/src/js/github.com/alexgoto/blitz-try/.env
ERROR Could not find recipe "tailwind"
Please provide one of the following:
1. The name of a recipe to install (e.g. "tailwind")
- Available recipes listed at https://github.com/blitz-js/blitz/tree/canary/recipes
2. The full name of a GitHub repository (e.g. "blitz-js/example-recipe"),
3. A full URL to a Github repository (e.g. "https://github.com/blitz-js/example-recipe"), or
4. A file path to a locally-written recipe.
Without providing a name of a recipe
user@user ~/s/j/g/a/blitz-try (master) > blitz install
Loaded env from /home/user/src/js/github.com/alexgoto/blitz-try/.env.local
Loaded env from /home/user/src/js/github.com/alexgoto/blitz-try/.env
✔ Select a recipe to install · tailwind
ERROR Could not find recipe "undefined"
Please provide one of the following:
1. The name of a recipe to install (e.g. "tailwind")
- Available recipes listed at https://github.com/blitz-js/blitz/tree/canary/recipes
2. The full name of a GitHub repository (e.g. "blitz-js/example-recipe"),
3. A full URL to a Github repository (e.g. "https://github.com/blitz-js/example-recipe"), or
4. A file path to a locally-written recipe.
What is the problem?
Could not found receipt by name on 'blitz install'.
I tried:
blitz install tailwind
blitz install material-ui
and have same results
ERROR Could not find recipe *name*
Also try
blitz install
, then select 'tailwind'.Result -
ERROR Could not find recipe "undefined"
.Also try
blitz install https://github.com/blitz-js/blitz/tree/canary/recipes/tailwind
.Result -
SyntaxError: Unexpected token u in JSON at position 0
.Paste all your error logs here:
Default
Without providing a name of a recipe
Paste all relevant code snippets here:
blitz install
What are detailed steps to reproduce this?
Run
blitz -v
and paste the output here:Please include below any other applicable logs and screenshots that show your problem:
No response
The text was updated successfully, but these errors were encountered: