docker-node
docker-node copied to clipboard
Bundle Pnpm with image
Problem
Yarn gets prebundled with the Node docker image but another popular package manager PNPM is not
Solution
Ensure that PNPM gets bundled with the Node docker image
Alternatives to Consider
Drop the other third-party package manager Yarn
amen
I would love this as well