Jump to content

Talk:Prisma: Difference between revisions

From Official NixOS Wiki
Latest comment: 28 January by Mmkaram in topic Necessity of env variables
Bjn (talk | contribs)
Mmkaram (talk | contribs)
Line 4: Line 4:


:I can't get it to work with or without. With, when doing `npm ci` it complains that the files the env vars point to don't exist. Without, when doing `npm ci` it complains that it couldn't get a checksum for the libquery engine. [[User:Bjn|Bjn]] ([[User talk:Bjn|talk]]) 20:56, 26 January 2026 (UTC)
:I can't get it to work with or without. With, when doing `npm ci` it complains that the files the env vars point to don't exist. Without, when doing `npm ci` it complains that it couldn't get a checksum for the libquery engine. [[User:Bjn|Bjn]] ([[User talk:Bjn|talk]]) 20:56, 26 January 2026 (UTC)
::I don't install it through npm, I have the `prisma` package in my nix shell and I just run it directly, that usually works. From what I can tell you're installing it through npm and then setting those env vars. Have I misunderstood? [[User:Mmkaram|mmkaram]] ([[User talk:Mmkaram|talk]]) 17:47, 28 January 2026 (UTC)

Revision as of 17:47, 28 January 2026

Necessity of env variables

I just tried using Prisma without the env variables specified in the example flake and it worked fine. I originally added them because I was told it was necessary for Prisma to function, I'll keep them for now until I make sure it doesn't mess with the functionality at all. Mmkaram (talk) 21:54, 26 March 2025 (UTC)Reply

I can't get it to work with or without. With, when doing `npm ci` it complains that the files the env vars point to don't exist. Without, when doing `npm ci` it complains that it couldn't get a checksum for the libquery engine. Bjn (talk) 20:56, 26 January 2026 (UTC)Reply
I don't install it through npm, I have the `prisma` package in my nix shell and I just run it directly, that usually works. From what I can tell you're installing it through npm and then setting those env vars. Have I misunderstood? mmkaram (talk) 17:47, 28 January 2026 (UTC)Reply