pnpm / benchmarks-of-javascript-package-managers

Benchmarks of JavaScript Package Managers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

yarn install without param --registry

ShangguanQuail opened this issue · comments

Could you tell me why yarn install without param --registry when npm and pnpm have the param? Thank you!

Because both npm and pnpm use registry.npmjs.org by default
Yarn uses registry.yarnpkg.com by default

got it,thanks again