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
When i run blitz new ... it's fails at Initializing SQLite database and I have to migrate manually after.
Paste all your error logs here:
✔ Retrieving the freshest of dependencies
✔ Resolving packages
✔ Fetching packages
✔ Linking dependencies
✔ Building fresh packages
✖ Initializing SQLite database. <-- this
✔ Committing your app
Your new Blitz app is ready! Next steps:
1. cd testapp
2. blitz prisma migrate dev (when asked, you can name the migration anything). <-- this
3. blitz dev
Paste all relevant code snippets here:
blitz new ...
What are detailed steps to reproduce this?
Run; blitz new ...
Run blitz -v and paste the output here:
blitz -v
macOS Big Sur | darwin-x64 | Node: v17.0.1
blitz: 0.44.3 (global)
blitz: undefined (local)
Package manager: yarn
System:
OS: macOS 11.6
CPU: (16) x64 Intel(R) Core(TM) i9-9880H CPU @ 2.30GHz
Memory: 4.57 GB / 32.00 GB
Shell: 5.8 - /bin/zsh
Binaries:
Node: 17.0.1 - ~/.nvm/versions/node/v17.0.1/bin/node
Yarn: 1.22.17 - /usr/local/bin/yarn
npm: 8.1.0 - ~/.nvm/versions/node/v17.0.1/bin/npm
Watchman: Not Found
npmPackages:
@prisma/client: Not Found
blitz: Not Found
prisma: Not Found
react: Not Found
react-dom: Not Found
typescript: Not Found
❯ blitz -v
macOS Big Sur | darwin-x64 | Node: v17.0.1
blitz: 0.44.3 (global)
blitz: undefined (local)
Package manager: yarn
System:
OS: macOS 11.6
CPU: (16) x64 Intel(R) Core(TM) i9-9880H CPU @ 2.30GHz
Memory: 3.43 GB / 32.00 GB
Shell: 5.8 - /bin/zsh
Binaries:
Node: 17.0.1 - ~/.nvm/versions/node/v17.0.1/bin/node
Yarn: 1.22.17 - /usr/local/bin/yarn
npm: 8.1.0 - ~/.nvm/versions/node/v17.0.1/bin/npm
Watchman: Not Found
npmPackages:
@prisma/client: Not Found
blitz: Not Found
prisma: Not Found
react: Not Found
react-dom: Not Found
typescript: Not Found
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:
What is the problem?
When i run blitz new ... it's fails at Initializing SQLite database and I have to migrate manually after.
Paste all your error logs here:
Paste all relevant code snippets here:
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: