How to Use pnpm – Installation and Common Commands
https://www.freecodecamp.org/news/how-to-use-pnpm/
---
Improved error messaging for require(ESM) in Node.js
https://www.zachleat.com/web/future-friendly-esm/
#nodejs #pnpm #esm
https://www.freecodecamp.org/news/how-to-use-pnpm/
---
Improved error messaging for require(ESM) in Node.js
https://www.zachleat.com/web/future-friendly-esm/
#nodejs #pnpm #esm
freeCodeCamp.org
How to Use pnpm – Installation and Common Commands
pnpm is like npm, but it's way faster and more efficient. After all, the starting p stands for _p_erformant. According to its creator, Zoltan Kochan, pnpm "allows you to save gigabytes of disk space." Many popular projects including Next.js, Vite, Sv...