From where pnpm pulls the node modules package? #7604
Unanswered
amustaque97
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
-
Recently we encountered a case where we were installing node modules using npm cli in the CI/CD pipeline for the deployment and using pnpm for local dev. After a year this week, we noticed installing packages using npm is causing failure while pnpm installed packages are working as expected.
Is there any difference between installing packages using NPM or PNPM? My understanding is that both pull data from a common registry. Feel free to correct me
Thank you for your time.
Beta Was this translation helpful? Give feedback.
All reactions