Minimal reproduction of issue with catalog: protocol plugin in Yarn 4 with Turborepo prune command
- Clone the repository
- Run
yarn installto install dependencies - Run
yarn turbo prune ato generate the pruned package inoutdirectory
The out directory should contain the pruned package with the correct dependencies (ie. commander should resolve to 14.0.0)
Error occurs during the pruning process indicating that it is unable to find a locator for commander@catalog:.
turbo 2.5.5
Generating pruned monorepo for a in /workspaces/turborepo-prune-catalog-repro/out
- Added a
× Unable to find any locator for commander@catalog: