My learning diary

ng new with pnpm

Many years ago, my friend recommended yarn for package management. Things have changed since then. I was searching for a performance comparison report until I stumbled upon pnpm. Then, when I ran ng new [name], npm was used. I wanted pnpm. I should have done: ng new [name] --package-manager pnpm References: Stack Overflow thread Angular CLI docs

Continue reading "ng new with pnpm"