install with --prod bun [email protected] cd bun && bun i --production # error: lockfile had changes, but lockfile is frozen pnpm [email protected] cd pnpm && pnpm install --prod npm [email protected] cd npm && npm install --omit=dev Yarn [email protected] cd yarn && yarn install --prod