Closed alfianridwan closed 2 years ago
I am following the installation procedure from https://docs.pckd.me/docs/install-from-code
So far there have been no errors, up to step 6.
When I run npm run db-init on my server through SSH, I got the following error message:
Error: Unknown binaryTarget debian-openssl-3.0.x and no custom binaries were provided
Other information:
Any help is appreciated.
My bad, ran npm update to update Prisma to the latest version server folder and it works. Reference: https://github.com/prisma/prisma/issues/12786#issuecomment-1113957336
npm update
server
I am following the installation procedure from https://docs.pckd.me/docs/install-from-code
So far there have been no errors, up to step 6.
When I run npm run db-init on my server through SSH, I got the following error message:
Error: Unknown binaryTarget debian-openssl-3.0.x and no custom binaries were provided
Other information:
Any help is appreciated.