-
Let's say I have workspace "a" and "b". If I want to install a new dependency like "lodash" to workspace a using npm, I could just run I know pnpm supports workspaces, but I'm not sure I understand how the Am I missing something here, or do you have to run |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Beta Was this translation helpful? Give feedback.
pnpm add lodash --filter a
https://pnpm.io/filtering