ShipNode installs as a project-local dev dependency. Pick your package manager:
# npmnpm install -D @devalade/shipnode
# pnpmpnpm add -D @devalade/shipnode
# yarnyarn add -D @devalade/shipnode
# bunbun add -d @devalade/shipnodeRequirements
Section titled “Requirements”- Local: Node.js >= 18
- Server: Ubuntu or Debian (shipnode provisions Node, PM2, Caddy, and the package manager during
shipnode setup) - SSH access to the server with a deploy user
Verify
Section titled “Verify”npx shipnode --versionUpgrade
Section titled “Upgrade”npx shipnode upgradeOr just bump the dependency version in your package.json.