Y
Hacker News
new
|
ask
|
show
|
jobs
by
homulilly
3044 days ago
I really wish node would ship with Yarn instead of NPM. Every serious js project these days already uses it.
1 comments
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.
link
tuananh
3044 days ago
yarn use npm registry behind the scene.
link