Error while installing prisma #7076
DeveloperParth
started this conversation in
General
Replies: 2 comments 6 replies
-
|
Beta Was this translation helpful? Give feedback.
3 replies
-
@DeveloperParth Concerning the Prisma issue @janpio is curious to get some reproductions steps and try out.
Or is there anything else needed to trigger this? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This happened after I ran store prune command because there was an error related to @aws-sdk/s3-request-presigner the error was at build times the error was present in local machine as well as on Vercel
so I thought maybe clearing store might help but clearing store worsened things as now when i tried to run
pnpm i
it would stop installing packages due to same errorIts issue with only prisma package as running
pnpm remove prisma
installs everything correctly.While main issue is indeed the second one with prisma I am not sure the first issue with aws-sdk is solved so itd be great if someone can help with that too.
Beta Was this translation helpful? Give feedback.
All reactions