Ask HN: Will you be switching back to NPM from Yarn with NPM5?
NPM 5 is now npm@next and incorporates a lot of the features that differentiated Yarn from npm, like lock files, caching, save by default. Will you be switching back to NPM?
https://github.com/npm/npm/releases/tag/v5.0.0
4 comments
[ 3.3 ms ] story [ 29.9 ms ] threadPersonally, I often use yarn when starting new projects but sometimes find myself habitually reverting to NPM.
I suppose then that NPM5 will have little to no effect on mine or my team's workflow :).