How can I uninstall yarn? I\'ve used it for a react-native project and now whenever I move the code out of index.ios.js
or index.android.js
it thro
I tried the Homebrew and tarball points from the post by sospedra. It wasn't enough.
I found yarn installed in: ~/.config/yarn/global/node_modules/yarn
I ran yarn global remove yarn
. Restarted terminal and it was gone.
Originally, what brought me here was yarn reverting to an older version, but I didn't know why, and attempts to uninstall or upgrade failed.
When I would checkout an older branch of a certain project the version of yarn being used would change from 1.9.4
to 0.19.1
.
Even after taking steps to remove yarn, it remained, and at 0.19.1
.