Im using regular indie stack with prisma.
If I SSH into the VPS where the remix app is deployed and try to run from the app folder the npx prisma seed command I get a error:
Running seed command `ts-node --require tsconfig-paths/register prisma/seed.ts` ...
An error occurred while running the seed command:
Error: Command failed with ENOENT: ts-node --require tsconfig-paths/register prisma/seed.ts
spawn ts-node ENOENT```
If I install ts-node there with ```npm install``` i can run aftwards the ```npx run prisma db seed` command```