Which Package Manager do you use and why: npm or Yarn?

Efe Kahyaoğlu
5 replies

Replies

Gilson Gilbert
I use NPM mostly
Yannick
I used to use the two of them, couple months ago. But now i'm a npm user.
Daniel Hunt
Used to use npm but ever since I switched I haven't looked back yarn - faster, easier & less mess most of the time
Jaya Krishnan
At first npm. later `npm install yarn --global` yarn has better speed and performance. In terms of security/dependency yarn stands out.