PrismaP
Prisma8mo ago
4 replies
n0mad_d

Can't install prisma from npm

Hi, trying to install prisma, bug got error

I'm trying different pc, internet, it doesn't help. Any ideas?

npm error code 1
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
Was this page helpful?