Chaphasilor
10/05/2020, 4:30 PMnpm run build
on umami, prisma stll tries to download prebuilts, and fails with a fatal error because of the 404.
This shouldn't be happening, because I have the environment variables set to point to my binaries (see https://github.com/prisma/prisma/issues/1329 ).
Here's the output when installing:
Database type detected: postgresql
Copied /home/code/umami/prisma/schema.postgresql.prisma to /home/code/umami/prisma/schema.prisma
> umami@0.74.0 build-db-client /home/code/umami
> dotenv prisma generate
Environment variables loaded from prisma/.env
Warning Precompiled binaries are not available for arm.
> Downloading Prisma engines for arm-openssl-1.1.x [ ] 0%Error: Not Found <https://binaries.prisma.sh/all_commits/e6c9b4b2b7fa162d0d459d1863321f547498fcfe/arm-openssl-1.1.x/prisma-fmt.gz>
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! umami@0.74.0 build-db-client: `dotenv prisma generate`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the umami@0.74.0 build-db-client script.