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
After successfully creating a new Blitz project, the terminal incorrectly instructs users to run the app with npm blitz dev. This command does not work, as blitz dev should be run with the correct package manager command (npm run dev or yarn dev).
Paste all your error logs here:
✔ Installing those dependencies (this will take a few minutes)
✔ Formatting your code
✔ Committing your app
Your new Blitz app is ready! Next steps:
cd myAppName
npm blitz dev
What are detailed steps to reproduce this?
Create a new Blitz project using the Blitz CLI.
After the project is created, observe the terminal output.
The terminal message incorrectly instructs to run the app with npm blitz dev, which does not work.
What is the problem?
After successfully creating a new Blitz project, the terminal incorrectly instructs users to run the app with
npm blitz dev
. This command does not work, asblitz dev
should be run with the correct package manager command (npm run dev
oryarn dev
).Paste all your error logs here:
✔ Installing those dependencies (this will take a few minutes)
✔ Formatting your code
✔ Committing your app
Your new Blitz app is ready! Next steps:
What are detailed steps to reproduce this?
Run
blitz -v
and paste the output here:Blitz version: 2.1.3 (global)
Blitz version: 2.1.3 (local)
Linux 5.15 | linux-x64 | Node: v23.3.0
Package manager: npm
System:
OS: Linux 5.15 Linux Mint 21.3 (Virginia)
CPU: (4) x64 Intel(R) Core(TM) i5-4200U CPU @ 1.60GHz
Memory: 4.16 GB / 7.65 GB
Shell: 5.1.16 - /bin/bash
Binaries:
Node: 23.3.0 - ~/.nvm/versions/node/v23.3.0/bin/node
Yarn: 1.22.22 - ~/.nvm/versions/node/v23.3.0/bin/yarn
npm: 10.9.0 - ~/.nvm/versions/node/v23.3.0/bin/npm
npmPackages:
@blitzjs/auth: 2.1.3 => 2.1.3
@blitzjs/next: 2.1.3 => 2.1.3
@blitzjs/rpc: 2.1.3 => 2.1.3
@prisma/client: 5.4.2 => 5.4.2
blitz: 2.1.3 => 2.1.3
next: 14.2.15 => 14.2.15
prisma: 5.4.2 => 5.4.2
react: 18.2.0 => 18.2.0
react-dom: 18.2.0 => 18.2.0
typescript: ^4.8.4 => 4.9.5
The text was updated successfully, but these errors were encountered: