Replies: 1 comment
-
|
npm already provides workspace filtering through --workspace and --workspaces flags, but it doesn’t currently support advanced patterns like exclusions. Adding more complex pattern syntax would increase command parsing complexity, and the current design favors explicit workspace targeting over implicit pattern matching. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I would like to be able to do this:
npm install --workspace 'packages/!(some-package)'which would install for all workspaces except
some-package. Basically it would be nice if the pattern syntax had more power. If it does, I haven't been able to guess what it is, and I haven't seen it in the docs.Beta Was this translation helpful? Give feedback.
All reactions