Files
Pickup-Config/README.md
2025-11-10 10:10:57 +01:00

294 B

Development Requirements

  • Node.js v24.11.0 (see .nvmrc for quick switching with nvm)
  • npm 11+ (bundled with Node 24)

After switching to the required Node version run:

npm ci

This installs dependencies in a clean state that matches the lock file used by the Docker build.