Closed laurencefass closed 2 years ago
I think this should work but its not hence raising as a bug.
Reading here to get started: https://blitzjs.com/docs/get-started
I want to try out Blitz but i dont want to install global so I am trying to npx it.
bash-5.1# npx blitz new myapp Need to install the following packages: blitz Ok to proceed? (y)
I said yes, it went through some install process and didnt install blitz.
Can I do it by this method. It would certainly be useful if i could
Thanks
PASTE_HERE (leave the ``` marks)
see above.
see above
blitz -v
No response
this is a problem with newer versions of npm and npx.
fixed by adding npx --yes to command
What is the problem?
I think this should work but its not hence raising as a bug.
Reading here to get started: https://blitzjs.com/docs/get-started
I want to try out Blitz but i dont want to install global so I am trying to npx it.
I said yes, it went through some install process and didnt install blitz.
Can I do it by this method. It would certainly be useful if i could
Thanks
Paste all your error logs here:
see above.
Paste all relevant code snippets here:
see above
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