blitz-js / legacy-framework

MIT License
2 stars 2 forks source link

I can't install blitz app with npx #133

Closed laurencefass closed 2 years ago

laurencefass commented 2 years ago

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.

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 all your error logs here:

PASTE_HERE (leave the ``` marks)

see above.

Paste all relevant code snippets here:

PASTE_HERE (leave the ``` marks)

see above

What are detailed steps to reproduce this?

  1. npx blitz

Run blitz -v and paste the output here:

PASTE_HERE (leave the ``` marks)

Please include below any other applicable logs and screenshots that show your problem:

No response

laurencefass commented 2 years ago

this is a problem with newer versions of npm and npx.

fixed by adding npx --yes to command