pnpm link leads to affected dependencies? #9411
Unanswered
jasonkuhrt
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am attempting to link package A into package B. In package A I run
pnpm link
so that package A will be added to the global node_modules. When I do this however, package A lists itself in its dependencies. Why? See below (there is a peer dep warning, but that is unrelated to this issue and in my case is ok).Beta Was this translation helpful? Give feedback.
All reactions