Install nvm
Install Node.js 24
Verify the version:
Install pnpm 10.18.3
All Jethings projects use pnpm as the package manager.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Install Node.js 24 and pnpm on the VPS
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.1/install.sh | bash
export NVM_DIR="$HOME/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"
nvm install 24
nvm use 24
nvm alias default 24
node -v # v24.x.x
npm -v
npm install -g [email protected]
pnpm -v # 10.18.3
~/.nvm. If PM2 runs under a different user (e.g. via systemd), make sure that user also has nvm set up, or reference the full Node binary path in ecosystem.config.js.