Hey y’all,
After a week of using YARN, I have to say I’m still happy with it.
A few things that I still can’t get around/or fully happy with are the yarn self-update and the yarn global add that doesn’t actually globally add binaries, but adds into the users yarn-cache folder.
But focusing on the problem at hand with the self update feature.
If you are using yarn, version < 0.16.x, you might receive the following error when trying to update it:
|
|
If you do encounter this error, just use npm to upgrade it to the latest version, then following updates of yarn has a fix for the self-update…
Yes, I know .. what an irony.. Anyway:
|
|
Now you can enjoy the yarn self-update!!!