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

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.
That makes sense, thanks.
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.
That's definitely a fair reason, thanks.