hi guys, qq. I'm running a migration inside an ECS...
# orm-help
g
hi guys, qq. I'm running a migration inside an ECS container but i'm getting error:
Copy code
Can't write to /application/node_modules/prisma please make sure you install "prisma" with the right permissions.
👀
package.json
Copy code
dependencies: {
"@prisma/client": "^4.1.0",
},
devDepe {
   "prisma": "^4.1.0"
}
Any ideas? 😬 thanks in advance 🙂 The error occurs when running the command:
Copy code
npx prisma generate --schema=./path/to/file/prisma/schema.prisma
in logs I can see:
Copy code
Prisma schema loaded from ./path/to/file/prisma/schema.prisma
Error: Can't write to /application/node_modules/prisma please make sure you install "prisma" with the right permissions.
✅ 1
n