pnpm add <pkg> throws a lot of warnings - already in devDependencies, was not moved to dependencies. #9062
Closed
vladorbulescu
started this conversation in
General
Replies: 3 comments 1 reply
-
I created a a package.json in an empty folder to test this out. Here is what happened:
This behavior is consistent in |
Beta Was this translation helpful? Give feedback.
0 replies
-
I downgraded to |
Beta Was this translation helpful? Give feedback.
1 reply
-
Opened an issue. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I can't find anything about this anywhere and it's really intriguing me. What could cause this and what does it mean? Why would pnpm go through all dependencies and report all those warnings when adding a new package?
I'm using pnpm 10.2.1 with a Nx Angular Monorepo. No workspaces.
Beta Was this translation helpful? Give feedback.
All reactions