No post body was provided.
Ask HN: Should I use Yarn or NPM 5?
1–4 of 4 posts
Re: Ask HN: Should I use Yarn or NPM 5?
#2Upvoting because it is currently a very confusing ecosystem, and I'm not sure of the right answer.
Re: Ask HN: Should I use Yarn or NPM 5?
#3The answer is simple: any of them will work just fine. npm 5 brings many improvements, a lot in performance (in my tests the speed between them are very similar), and new functionalities (e.g. outdated command).
Re: Ask HN: Should I use Yarn or NPM 5?
#4Same question here. Seems like the main advantage of yarn is their caching mechanism and flat dependency system. npm 5 appears to use some sort of caching (projects now include package-lock.json), and is supposedly much faster than before. I wonder if yarn still has advantages over npm?