-
I try to add only one dependency to the project:
when I run pnpm install, the node_modules has four symlink:
I think there should be only one symlink |
Beta Was this translation helpful? Give feedback.
Answered by
zkochan
Jan 5, 2022
Replies: 1 comment 3 replies
-
This happens due to the default value of the public-hoist-pattern setting. |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
DLillard0
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This happens due to the default value of the public-hoist-pattern setting.