Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
orijin20218y@apsa yeah that was my reaction when i first saw it.
finally built a perfect scaffolding tool with npm scripts and ~BAM~ a new package manager shows up and i'm not cool anymore 😂
good luck surviving this volatile javascript world! -
zorig5638yso it said "Yarn also aims to ensure quicker and more reliable installs by caching every package it downloads and by parallelizing operations." definitely shoud give it a try
npm install -g yarn -
orijin20218y@apsa from what i've seen the pitch sais the caching and flattened dependencies are the main things.
npm3 does flattened dependency trees by default and the caching thing actually works against it.
i prefer the intial install a bit longer than spending my ssd disk space for cached modules.
i think i'll ignore it for now too -
macleod15378yAbsolutely brilliant. Started using it earlier today and have taken in love, the download speed of all new modules are about 8-10x faster than npm. Highly suggest it.
Related Rants
anyone discuss about the "yarn" new js package manager by facebook?
undefined
js
yarn
facebook