Live data from Hacker News

Yarn v1 to be added to Node.js core

github.com

1–3 of 3 posts

Re: Yarn v1 to be added to Node.js core

#2
Anyone know what the rationale is here? I use yarn every day but I can’t understand the logic of having two different package managers in the node project. Replacing npm with yarn might be reasonable but I don’t get why you’d want two.

Re: Yarn v1 to be added to Node.js core

#3
post #2

Anyone know what the rationale is here? I use yarn every day but I can’t understand the logic of having two different package managers in the node project. Replacing npm with yarn might be reasonable but I don’t get why you’d want two.

According to the PR, it's "meant to improve the experience of new users." Basically, I think this is trying to get around the situation where you have to run `npm install -g yarn` before you can run `yarn install`.