Задать вопрос
  • Почему падает npm install?

    @wallerian Автор вопроса
    ➜  dreams-chatbot-back git:(main) ✗ npm i
    npm warn deprecated inflight@1.0.6: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.
    npm warn deprecated inflight@1.0.6: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.
    npm warn deprecated glob@7.2.3: Glob versions prior to v9 are no longer supported
    npm warn deprecated glob@7.2.3: Glob versions prior to v9 are no longer supported
    npm error code 1
    npm error path /home/walle/repos/dreams-chatbot-back/node_modules/@prisma/engines
    npm error command failed
    npm error command sh -c node scripts/postinstall.js
    npm error node:internal/process/promises:391
    npm error     triggerUncaughtException(err, true /* fromPromise */);
    npm error     ^
    npm error
    npm error Error: aborted
    npm error     at TLSSocket.socketCloseListener (node:_http_client:464:19)
    npm error     at TLSSocket.emit (node:events:536:35)
    npm error     at node:net:343:12
    npm error     at TCP.done (node:_tls_wrap:648:7) {
    npm error   code: 'ECONNRESET',
    npm error   attemptNumber: 1,
    npm error   retriesLeft: 2
    npm error }
    npm error
    npm error Node.js v20.19.5
    npm error A complete log of this run can be found in: /home/walle/.npm/_logs/2025-11-23T05_26_33_545Z-debug-0.log
    </code
    Написано
  • Почему падает npm install?

    @wallerian Автор вопроса
    Остальное качается нормально, спасибо за совет
    В следующий раз буду писать ошибку текстом, первый раз на платформе
    Написано