apz
Explore posts from serversCDCloudflare Developers
•Created by apz on 8/24/2023 in #pages-help
How do I disable npm install @ start`Installing project dependencies: npm install --progress=false`
How do I disable npm install on start (
Installing project dependencies: npm install --progress=false
)?
Here's my build command:
npm install -g bun && bun install --production && bun run build
Env Variable:
^ borrowed npm_flags from Sveltekit's documentation, it had worked to run pnpm installs in build v1. I've also tried with it removed. No dice.
Build/Deployment: d2a8f3d8-c26d-4b4e-8f83-8fa07155b161
Project: 0bfc5f1dffb216bf662974bd213bdf82
Logs:
28 replies