Y
Hacker News
new
|
ask
|
show
|
jobs
by
Slaul
2983 days ago
What was the compelling reason to switch back to npm versus yarn?
2 comments
always_good
2983 days ago
Everyone has NPM. A subset of them are familiar with Yarn. So it makes sense to use NPM if Yarn doesn't confer any operational advantages that you care about.
link
Slaul
2983 days ago
That makes sense, thanks.
link
h1d
2983 days ago
For me, the reason was, why add an extra layer when there isn't much of a reason to do so. All packages are at least tested on npm.
link
Slaul
2983 days ago
That's definitely a fair reason, thanks.
link