entity Task {=psl
id Int @id @default(autoincrement())
description String
isDone Boolean @default(false)
psl=} wasp db migrate-dev command. I'm receiving the following error ~/my-wasp-todo-project wasp db migrate-dev
🐝 --- Compiling wasp project... --------------------------------------------------
✅ --- Successfully completed npm install. ----------------------------------------
🐝 --- Setting up database... -----------------------------------------------------
[ Db ] [-] Removed tables
[ Db ] - Task
✅ --- Database successfully set up. ----------------------------------------------
🐝 --- Building SDK... ------------------------------------------------------------
✅ --- SDK built successfully. ----------------------------------------------------
✅ --- Your wasp project has successfully compiled. -------------------------------
🐝 --- Starting database migration... ---------------------------------------------
-c: can't open input file: "/teamspace/studios/this_studio/my-wasp-todo-project/node_modules/.bin/prisma" migrate dev --schema "/teamspace/studios/this_studio/my-wasp-todo-project/.wasp/out/db/schema.prisma" --skip-generate --skip-seed
❌ --- [Error] Migrate dev failed: ------------------------------------------------
Migrate (dev) failed with exit code: 127Join the Discord to ask follow-up questions and connect with the community
Rails-like framework for React, Node.js and Prisma. Build your app in a day and deploy it with a single CLI command.
4,603 Members
Join