Can't install prisma from npm #163824
Replies: 2 comments 1 reply
-
Hey @hamzakargin have you tried this with yarn? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hey, yes I did try using yarn as well — same result. I also tried: |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, trying to install prisma, bug got error
I'm trying different pc, internet, it doesn't help. Any ideas?
npm error path C:\projects\pet\node_modules@prisma\engines
npm error command failed
npm error command C:\WINDOWS\system32\cmd.exe /d /s /c node scripts/postinstall.js
npm error node:internal/process/promises:289
npm error triggerUncaughtException(err, true /* fromPromise */);
npm error ^
npm error
npm error Error: aborted
npm error at connResetException (node:internal/errors:787:14)
npm error at TLSSocket.socketCloseListener (node:_http_client:455:19)
npm error at TLSSocket.emit (node:events:530:35)
npm error at node:net:337:12
npm error at TCP.done (node:_tls_wrap:657:7) {
npm error code: 'ECONNRESET',
npm error attemptNumber: 1,
npm error retriesLeft: 2
npm error }
npm error
npm error Node.js v20.11.1
Beta Was this translation helpful? Give feedback.
All reactions