npm create astro@latest doesn't work. Get sh: 1: astro: not found #12241
Labels
- P3: minor bug
An edge case that only affects very specific usage (priority)
pkg: create-astro
Related to the `create-astro` package (scope)
Astro Info
If this issue only occurs in one browser, which browser is a problem?
No response
Describe the Bug
After
npm create astro@latest
i'm told to runnpm run dev
. This in tern returnssh: 1: astro: not found
. To FIX, I need to runnpm install astro
?What's the expected result?
For the webserver to start in dev mode.
Link to Minimal Reproducible Example
https://I-cant-reproduce-this-using-astro.new
Participation
The text was updated successfully, but these errors were encountered: