PrismaP
Prisma4mo ago
5 replies
Almaz

code: 'ECONNRESET'

Generating Prisma client...
npm warn Unknown user config "scripts-prepend-node-path". This will stop working in the next major version of npm.
Downloading Prisma engines for Node-API for debian-openssl-3.0.x [] 0%node:internal/process/promises:391
triggerUncaughtException(err, true /* fromPromise */);
^
Error: aborted
at TLSSocket.socketCloseListener (node:_http_client:464:19)
at TLSSocket.emit (node:events:536:35)
at node:net:343:12
at TCP.done (node:_tls_wrap:648:7) {
code: 'ECONNRESET',
attemptNumber: 1,
retriesLeft: 2
}

"dependencies": {
    "@prisma/client": "^5.0.0",
    "axios": "^1.12.2",
    "bootstrap-icons": "^1.13.1",
    "node-fetch": "^3.3.2",
    "nodemailer": "^7.0.9",
    "nuxt": "^3.19.2",
    "prisma": "^5.0.0",
    "pterodactyl.js": "^2.1.1",
    "vue": "^3.5.21",
    "vue-router": "^4.5.1"
  },
image.png
Was this page helpful?