How to install a nested package.json in a Workspaces project? #7256
Unanswered
corysimmons
asked this question in
Q&A
Replies: 1 comment 2 replies
-
|
How does your packages:
- 'workspace-a'
- 'workspace-b'
- 'workspace-b/**'It works |
Beta Was this translation helpful? Give feedback.
2 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.
-
Even if I manually navigate to
packages/workspace-b/x/y/zthen runpnpm i, it just installs the Workspaces' package.jsons.This works if I cd to that
zdir and runnpm ioryarn.Beta Was this translation helpful? Give feedback.
All reactions