You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 16, 2023. It is now read-only.
npx: installed 104 in 7.337s
command not found: db
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! [email protected] db-init: npx -y prisma db push
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] db-init script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! /root/.npm/_logs/2022-11-14T08_42_13_175Z-debug.log
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! [email protected] db-init: cd server && npm run db-init
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] db-init script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! /root/.npm/_logs/2022-11-14T08_42_13_203Z-debug.log
The text was updated successfully, but these errors were encountered:
I followed all steps from to the installation guide. sync database with schema failing with below errors. please advise
Environment details:
OS : ubuntu 20.04
node version : v14.21.1
nom version : 6.14.17
root@pckd-server:~/Pckd# npm run db-init
npx: installed 104 in 7.337s
command not found: db
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! [email protected] db-init:
npx -y prisma db push
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] db-init script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! /root/.npm/_logs/2022-11-14T08_42_13_175Z-debug.log
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! [email protected] db-init:
cd server && npm run db-init
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] db-init script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! /root/.npm/_logs/2022-11-14T08_42_13_203Z-debug.log
The text was updated successfully, but these errors were encountered: