wobsoriano / numix

Write your server code inside Vue SFC's and handle forms easily.

Home Page:https://numix.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

postinstall command blocks the installation

mahdiboomeri opened this issue · comments

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.

Thanks!