esbuild / rollup / webpack all use yarn instead of npm as the default package manager:
Given some of the issue surrounding yarn v1 / v2 (npm install -g yarn still installs v1.22.22), propose swapping the default package manger to just use npm directly since:
- It removes a dependency on
yarn.
- Avoids the yarn classic vs yarn modern issues.