We're a place where coders share, stay up-to-date and grow their careers.
Is there any reason why you prefer Yarn over NPM?
Yarn is also more reliable on managing and upgrading dependencies and it respects the lock file correctly 👍
This is a great question, I wrote a post beacuse my answer was going long. tl;dr - yarn test is less keys to press than npm run test also monorepos and npm inc. worries me.
yarn test
npm run test
dev.to/shelob9/why-i-use-yarn-not-...
Thanks for taking the time to write that, very insightful.
NP. Thanks for the excellent suggestion for a topic.
Is there any reason why you prefer Yarn over NPM?
Yarn is also more reliable on managing and upgrading dependencies and it respects the lock file correctly 👍
This is a great question, I wrote a post beacuse my answer was going long. tl;dr -
yarn test
is less keys to press thannpm run test
also monorepos and npm inc. worries me.dev.to/shelob9/why-i-use-yarn-not-...
Thanks for taking the time to write that, very insightful.
NP. Thanks for the excellent suggestion for a topic.