Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Zoltan Kochan's article for PNPM vs. NPM is slightly outdated #454

Open
samkyuseo opened this issue Sep 22, 2023 · 2 comments
Open

Zoltan Kochan's article for PNPM vs. NPM is slightly outdated #454

samkyuseo opened this issue Sep 22, 2023 · 2 comments

Comments

@samkyuseo
Copy link

samkyuseo commented Sep 22, 2023

The avoid silly bugs article linked in https://pnpm.io/pnpm-vs-npm seems a bit outdated now. Doesn't using npm ci pretty much ensure that package dependencies won't update on their own? I looked up when package-lock.json was released and it seems like it was a month or two after that article was written.

@samkyuseo
Copy link
Author

@zkochan Thoughts?

@zkochan
Copy link
Member

zkochan commented Sep 25, 2023

No, that part is not outdated. The "avoid bugs" part is about pnpm's isolated node_modules structure that doesn't allow you to access packages that are not in your dependencies.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants