P
Prisma2d ago
강민

FreeBSD 14 - Help!

[Davenk@s2]:<~/domains/firetickets.davenk.serv00.net/public_nodejs/public>$ npx prisma generate
Need to install the following packages:
Ok to proceed? (y) y

Warning Precompiled engine files are not available for freebsd14. Read more about building your own engines at https://pris.ly/d/build-engines
> Downloading Prisma engines for Node-API for freebsd14 [ ] 0%Error: Failed to fetch sha256 checksum at https://binaries.prisma.sh/all_commits/11f085a2012c0f4778414c8db2651556ee0ef959/freebsd14/schema-engine.sha256 - 404 Not Found
[Davenk@s2]:<~/domains/firetickets.davenk.serv00.net/public_nodejs/public>$ npx prisma generate
Need to install the following packages:
Ok to proceed? (y) y

Warning Precompiled engine files are not available for freebsd14. Read more about building your own engines at https://pris.ly/d/build-engines
> Downloading Prisma engines for Node-API for freebsd14 [ ] 0%Error: Failed to fetch sha256 checksum at https://binaries.prisma.sh/all_commits/11f085a2012c0f4778414c8db2651556ee0ef959/freebsd14/schema-engine.sha256 - 404 Not Found
Does anyone have smth like this for FreeBSD 14?
1 Reply
Nurul
Nurulthis hour
Hey 👋 Prisma doesn't provide precompiled binaries for FreeBSD, you would need to create binaries manually as described here: https://github.com/prisma/prisma/issues/3091
GitHub
Provide precompiled binaries for FreeBSD · Issue #3091 · prisma/pri...
Some of Prisma's users are trying to use Prisma on FreeBSD (e.g. #2288). As we do not build binaries for that yet, they have to build them themselves and use environment variables to make this ...

Did you find this page helpful?