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
On installation Prisma CLI (Npm package prisma) downloads some files (some binaries and some Node-API based libraries) from a CDN (binaries.prisma.sh) and puts them in node_modules for later use. prisma -v then outputs the path to these and asks the binaries and Node-API library for their version to output.
In my setup on Windows, each time I run prisma -v it downloads these files again:
Reproduction might be as simple as creating a new folder, then running deno run -A npm:prisma init and then deno run -A npm:prisma -v to observe it downloading the file again each time you run the command.
(When running prisma -v I also get this error message regularly when the CLI tries to ask one of the binaries for its version: #19544)
The text was updated successfully, but these errors were encountered:
janpio
changed the title
Prisma CLI keeps download files that should only be downloaded once
Prisma CLI keeps downloading files that should only be downloaded once
Aug 8, 2023
On installation Prisma CLI (Npm package
prisma
) downloads some files (some binaries and some Node-API based libraries) from a CDN (binaries.prisma.sh
) and puts them innode_modules
for later use.prisma -v
then outputs the path to these and asks the binaries and Node-API library for their version to output.In my setup on Windows, each time I run
prisma -v
it downloads these files again:Reproduction might be as simple as creating a new folder, then running
deno run -A npm:prisma init
and thendeno run -A npm:prisma -v
to observe it downloading the file again each time you run the command.(When running
prisma -v
I also get this error message regularly when the CLI tries to ask one of the binaries for its version: #19544)The text was updated successfully, but these errors were encountered: