[rush] Rush doesn't support PNPM Workspace Ranges yet? #1498
Labels
enhancement
The issue is asking for a new feature or design change
needs design
The next step is for someone to propose the details of an approach for solving the problem
Please prefix the issue title with the project name i.e. [rush], [api-extractor] etc.
Is this a feature or a bug?
Please describe the actual behavior.
I would like to use the recently added Workspace Ranges from PNPM inside my rush mono repo.
Currently, after upgrading to pnpm v3.7.5 and using a dependency in my project as version
workspace:*
, I get the error;ERROR No matching version found for my-example-package-name@* inside the workspace
If the issue is a bug, how can we reproduce it? Please provide detailed steps and include a GitHub branch if applicable. Your issue will get resolved faster if you can make it easy to investigate.
Mark a dependency version as "workspace:*" instead of a normal semver range and attempt to
rush update
What is the expected behavior?
Workspace ranges should work as PNPM documents.
If this is a bug, please provide the tool version, Node.js version, and OS.
The text was updated successfully, but these errors were encountered: