Run pnpm install in a nested package inside a workspace that doesn't belong to the workspace
#3427
-
|
I have this structure: I have a scenario where A imports B and C and bundles them, cherry-picking only the dependencies those three packages require. This creates a Am I missing something here, or is this intended behavior? If yes, is there a better workaround than temporarily renaming the workspace file or moving the I even tried to add that Thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
The only workaround currently is to create an empty |
Beta Was this translation helpful? Give feedback.
The only workaround currently is to create an empty
pnpm-workspace.yamlfile inside thebudledfolder.