Deploying project w/ pnpm workspace monorepo

I have a project in a monorepo that uses pnpm workspaces. I'm trying to deploy it to CF pages right now, but it seems that during the build it tries to do something with the packages which causes it to fail. Is there any workaround/planned fix for this?

19:00:57.108    Started restoring cached node modules
19:00:57.126    Finished restoring cached node modules
19:00:57.616    Installing NPM modules using NPM version 8.1.0
19:00:58.544    npm ERR! code EUNSUPPORTEDPROTOCOL
19:00:58.546    npm ERR! Unsupported URL Type "workspace:": workspace:*
19:00:58.562    
19:00:58.563    npm ERR! A complete log of this run can be found in:
19:00:58.563    npm ERR!     /opt/buildhome/.npm/_logs/2023-02-16T03_00_58_547Z-debug.log
19:00:58.568    Error during NPM install
19:00:58.572    Failed: build command exited with code: 1
19:00:59.581    Failed: an internal error occurred
Was this page helpful?