You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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 whenpackage-lock.json
was released and it seems like it was a month or two after that article was written.The text was updated successfully, but these errors were encountered: