pnpm db:setup fails on my Windows environment. According to the error message, it seems that the issue is caused by the db:kill script.
pnpm db:setup
catdat@0.0.1 db:setup
pnpm db:kill && tsx --tsconfig database/tsconfig.json database/scripts/setup.ts
catdat@0.0.1 db:kill
rm -rf database/catdat.db
I also encountered a similar issue with the command cp in the script pnpm db:snapshot.
pnpm db:setupfails on my Windows environment. According to the error message, it seems that the issue is caused by thedb:killscript.I also encountered a similar issue with the command
cpin the scriptpnpm db:snapshot.