wobsoriano / numix

Write your server code inside Vue SFC's and handle forms easily.
https://numix.vercel.app
214 stars 1 forks source link

postinstall command blocks the installation #3

Closed mahdiboomeri closed 1 year ago

mahdiboomeri commented 1 year ago

Hi, The package postinstall command runs after installation and fails. please consider using prepare instead.

node_modules/.pnpm/numix@0.1.0/node_modules/numix: Running postinstall script, failed in 29ms
.../.pnpm/numix@0.1.0/node_modules/numix postinstall$ cd playground && npx prisma migrate dev --name init && npx prisma db seed
│ sh: line 1: cd: playground: No such file or directory
└─ Failed in 29ms
Progress: resolved 600, reused 578, downloaded 0, added 0, done
 ELIFECYCLE  Command failed with exit code 1.
wobsoriano commented 1 year ago

Thanks!