Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

pnpm uses its own lock file (pnpm-lock.yaml), while npm uses package-lock.json

You definitely should use the same manager (npm, yarn, pnpm, whatever) as your teammates' or you're going to run into problems, either with them or with your CI workflow.



thanks!


note: You can use `pnpm import` for converting a lockfile.json to a pnpm-lock.yaml

https://pnpm.io/cli/import

(This is not an endorsement of or recommendation of pnpm which I personally don't use daily)




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: