You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-------------
__/\\\\\\\\\\\\\____/\\\\____________/\\\\____/\\\\\\\\\_____
_\/\\\/////////\\\_\/\\\\\\________/\\\\\\__/\\\///////\\\___
_\/\\\_______\/\\\_\/\\\//\\\____/\\\//\\\_\///______\//\\\__
_\/\\\\\\\\\\\\\/__\/\\\\///\\\/\\\/_\/\\\___________/\\\/___
_\/\\\/////////____\/\\\__\///\\\/___\/\\\________/\\\//_____
_\/\\\_____________\/\\\____\///_____\/\\\_____/\\\//________
_\/\\\_____________\/\\\_____________\/\\\___/\\\/___________
_\/\\\_____________\/\\\_____________\/\\\__/\\\\\\\\\\\\\\\_
_\///______________\///______________\///__\///////////////__
Runtime Edition
PM2 is a Production Process Manager for Node.js applications
with a built-in Load Balancer.
Start and Daemonize any application:
$ pm2 start app.js
Load Balance 4 instances of api.js:
$ pm2 start api.js -i 4
Monitor in production:
$ pm2 monitor
Make pm2 auto-boot at server restart:
$ pm2 startup
To go further checkout:
http://pm2.io/
-------------
[PM2] Spawning PM2 daemon with pm2_home=/home/user/.pm2
[PM2] PM2 Successfully daemonized
--- PM2 report ----------------------------------------------------------------
Date : Wed Sep 06 2023 14:47:43 GMT+0100 (British Summer Time)
===============================================================================
--- Daemon -------------------------------------------------
pm2d version : 5.3.0
node version : 18.14.2
node path : /home/user/.nvm/versions/node/v18.14.2/bin/npx
argv : /home/user/.nvm/versions/node/v18.14.2/bin/node,/home/user/dev/prosopo/captcha/node_modules/pm2/lib/Daemon.js
argv0 : node
user : chris
uid : 1000
gid : 1000
uptime : 0min
===============================================================================
--- CLI ----------------------------------------------------
local pm2 : 5.3.0
node version : 18.14.2
node path : /home/user/.nvm/versions/node/v18.14.2/bin/npx
argv : /home/user/.nvm/versions/node/v18.14.2/bin/node,/home/user/dev/prosopo/captcha/node_modules/.bin/pm2,report
argv0 : node
user : user
uid : 1000
gid : 1000
===============================================================================
--- System info --------------------------------------------
arch : x64
platform : linux
type : Linux
cpus : AMD FX(tm)-8350 Eight-Core Processor
cpus nb : 8
freemem : 8519884800
totalmem : 33622290432
home : /home/user
===============================================================================
--- PM2 list -----------------------------------------------
┌────┬───────────┬─────────────┬─────────┬─────────┬──────────┬────────┬──────┬───────────┬──────────┬──────────┬──────────┬──────────┐
│ id │ name │ namespace │ version │ mode │ pid │ uptime │ ↺ │ status │ cpu │ mem │ user │ watching │
└────┴───────────┴─────────────┴─────────┴─────────┴──────────┴────────┴──────┴───────────┴──────────┴──────────┴──────────┴──────────┘
===============================================================================
--- Daemon logs --------------------------------------------
/home/user/.pm2/pm2.log last 20 lines:
PM2 | 2023-09-06T14:47:43: PM2 log: ===============================================================================
PM2 | 2023-09-06T14:47:43: PM2 log: --- New PM2 Daemon started ----------------------------------------------------
PM2 | 2023-09-06T14:47:43: PM2 log: Time : Wed Sep 06 2023 14:47:43 GMT+0100 (British Summer Time)
PM2 | 2023-09-06T14:47:43: PM2 log: PM2 version : 5.3.0
PM2 | 2023-09-06T14:47:43: PM2 log: Node.js version : 18.14.2
PM2 | 2023-09-06T14:47:43: PM2 log: Current arch : x64
PM2 | 2023-09-06T14:47:43: PM2 log: PM2 home : /home/user/.pm2
PM2 | 2023-09-06T14:47:43: PM2 log: PM2 PID file : /home/user/.pm2/pm2.pid
PM2 | 2023-09-06T14:47:43: PM2 log: RPC socket file : /home/user/.pm2/rpc.sock
PM2 | 2023-09-06T14:47:43: PM2 log: BUS socket file : /home/user/.pm2/pub.sock
PM2 | 2023-09-06T14:47:43: PM2 log: Application log path : /home/user/.pm2/logs
PM2 | 2023-09-06T14:47:43: PM2 log: Worker Interval : 30000
PM2 | 2023-09-06T14:47:43: PM2 log: Process dump file : /home/user/.pm2/dump.pm2
PM2 | 2023-09-06T14:47:43: PM2 log: Concurrent actions : 2
PM2 | 2023-09-06T14:47:43: PM2 log: SIGTERM timeout : 1600
PM2 | 2023-09-06T14:47:43: PM2 log: ===============================================================================
The text was updated successfully, but these errors were encountered:
What's going wrong?
Cannot bundle
pm2
due to reserved wordpackage
usage.How could we reproduce this issue?
See reproduction here: https://stackblitz.com/edit/vitejs-vite-j8m8m3
Supporting information
The text was updated successfully, but these errors were encountered: