Hacker News new | ask | show | jobs
by my_ghola 3044 days ago
Does yarn run npm behind the scenes? Or does it even replicate the bugs in its attempt to be fully compatible? I used yarn to install global packages and see the packages in `/usr/lib/node_modules` with the permissions of my user rather than root.
1 comments

yarn use npm registry behind the scene.