Using pnpm as the package manager in nodejs projects
20 Apr 2023 2 minute read 0 comments Bala
I have been slowly switching to pnpm as my default package manager. The main reason is that it is fast and consumes only less space. It manages the node_modules folder very well I think. I have also been working on converting my nodejs projects to a...