This content originally appeared on DEV Community and was authored by Aashutosh Poudel
My disk space was getting low and I knew I had to delete some of the node_modules
from my projects. I was looking for a way where dependencies between projects could be easily shared without downloading again or copying the packages into the current project directory.
pnpm
is exactly the tool designed to solve these issues. It creates hard links to different packages instead of storing entire packages. Just remove the old node_modules
folder and run pnpm install
inside your project and you're good to go.
References:
- https://pnpm.io/motivation
- https://www.infoq.com/news/2020/06/pnpm-javascript-package-manager/
- https://pnpm.io/cli/install
This content originally appeared on DEV Community and was authored by Aashutosh Poudel

Aashutosh Poudel | Sciencx (2022-05-08T17:24:51+00:00) Using pnpm instead of npm or yarn. Retrieved from https://www.scien.cx/2022/05/08/using-pnpm-instead-of-npm-or-yarn/
Please log in to upload a file.
There are no updates yet.
Click the Upload button above to add an update.