error node
heres the logs when i npm start
yesterday it was normal until i update then this happend
0 verbose cli /opt/alt/alt-nodejs20/root/usr/bin/node /opt/alt/alt-nodejs20/root/usr/bin/npm 1 info using npm@10.7.0 2 info using node@v20.15.1 3 silly config:load:file:/opt/alt/alt-nodejs20/root/usr/lib/node_modules/npm/npmrc 4 silly config:load:file:/home/smpi3177/api.server/.npmrc 5 silly config:load:file:/home/smpi3177/.npmrc 6 silly config:load:file:/opt/alt/alt-nodejs20/root/usr/etc/npmrc 7 verbose title npm run-script start 8 verbose argv "run-script" "start" "--" 9 verbose logfile logs-max:10 dir:/home/smpi3177/.npm/_logs/2024-09-05T12_45_25_594Z- 10 verbose logfile /home/smpi3177/.npm/_logs/2024-09-05T12_45_25_594Z-debug-0.log 11 silly logfile start cleaning logs, removing 1 files 12 verbose stack Error: spawn sh EAGAIN 12 verbose stack at ChildProcess._handle.onexit (node:internal/child_process:286:19) 12 verbose stack at onErrorNT (node:internal/child_process:484:16) 12 verbose stack at process.processTicksAndRejections (node:internal/process/task_queues:82:21) 13 verbose pkgid beckend-ppdb@1.0.0 14 verbose cwd /home/smpi3177/api.server 15 verbose Linux 4.18.0-425.19.2.lve.el8.x86_64 16 verbose node v20.15.1 17 verbose npm v10.7.0 18 error code EAGAIN 19 error syscall spawn sh 20 error path /home/smpi3177/api.server 21 error errno -11 22 error spawn sh EAGAIN 23 error command sh -c node server.js 24 verbose exit -11 25 verbose code -11 26 error A complete log of this run can be found in: /home/smpi3177/.npm/_logs/2024-09-05T12_45_25_594Z-debug-0.log
-
Hey there! What specifically did you update before the error happened? Do you see any additional details in the log that is mentioned on the last line of that output?
0
Please sign in to leave a comment.
Comments
1 comment