Update: This post is based on using Yarn 1. A major update Yarn 2 has been released. I use Yarn 1.x.
In the comments of my post about things I do ...
For further actions, you may consider blocking this person and/or reporting abuse
living in a country with expensive internet data, I feel like Yarn was made for me🙂.
Say for example, I forgot that I have a package installed, trying to reinstall with yarn will exit with it telling me it's been installed, also, if I had a network error while installing packages, it doesn't reinstall all the packages, it installs the specific one needed, I could go on and on about this. But the BOC is Yarn >>>>>>>>>> NPM😁
Hello-world in gatsby is a quarter of a gigabyte. I understand that having to download that again on a metered connection would be annoying, but I think the bigger problem is that HELLO WORLD IS A QUARTER OF A GIGABYTE.
WHAT?! WHY???!!
node_moduleswhat I can't quite figure out is why don't node_modules work like python modules, just download what is needed. no more
Partly I think the problem is that when things go wrong, the recommended solution for most problems is to delete
node_modulesand run setup again.It's the old "have you tried turning it off and on again?" solution.
good thoughts about yarn, have your tried pnpm?
Not yet. Have you?
Yeap, it's really cool only that in some vue projects it breaks HMR due to the symlink
Its a shame, because npm is just as fast as yarn nowadays. ;)
Personally, I prefer use pnpm :)
I use yarn because project doesn't show bugs :V