© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
Cloudflare DevelopersCD
Cloudflare Developers•4mo ago•
2 replies
Tristan

Having a pnpm-workspace is breaking the deploy on Cloudflare

Hello,

On multiple project, as soon as I approve some build (let's say prisma) by running
pnpm approve-builds
pnpm approve-builds
it generates a
pnpm-workspace
pnpm-workspace
in addition to my
package.json
package.json
automatically.

As soon as this file is present, my Cloudflare Worker stops deploying

02:18:34.484    Initializing build environment...
02:18:41.470    Success: Finished initializing build environment
02:18:42.380    Cloning repository...
02:18:46.621    Detected the following tools from environment: pnpm@10.11.1, nodejs@22.16.0
02:18:46.623    Restoring from dependencies cache
02:18:46.624    Restoring from build output cache
02:18:47.442    Installing project dependencies: pnpm install --frozen-lockfile
02:18:48.833     ERROR  packages field missing or empty
02:18:48.833    For help, run: pnpm help install
02:18:48.844    Failed: error occurred while installing tools or dependencies
02:18:34.484    Initializing build environment...
02:18:41.470    Success: Finished initializing build environment
02:18:42.380    Cloning repository...
02:18:46.621    Detected the following tools from environment: pnpm@10.11.1, nodejs@22.16.0
02:18:46.623    Restoring from dependencies cache
02:18:46.624    Restoring from build output cache
02:18:47.442    Installing project dependencies: pnpm install --frozen-lockfile
02:18:48.833     ERROR  packages field missing or empty
02:18:48.833    For help, run: pnpm help install
02:18:48.844    Failed: error occurred while installing tools or dependencies


why ?
Cloudflare Developers banner
Cloudflare DevelopersJoin
Welcome to the official Cloudflare Developers server. Here you can ask for help and stay updated with the latest news
85,042Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

how to deploy Fastapi APP on Cloudflare
Cloudflare DevelopersCDCloudflare Developers / workers-and-pages-help
10mo ago
How to Deploy a golang api in cloudflare?
Cloudflare DevelopersCDCloudflare Developers / workers-and-pages-help
2y ago
Uploading multipart Zip is breaking the zipped file
Cloudflare DevelopersCDCloudflare Developers / workers-and-pages-help
3y ago
Deploy working, but Cloudflare build failing
Cloudflare DevelopersCDCloudflare Developers / workers-and-pages-help
5mo ago