How Do I Uninstall Yarn

前端 未结 19 1371
醉话见心
醉话见心 2020-12-22 17:45

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

19条回答
  •  粉色の甜心
    2020-12-22 18:12

    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.

提交回复
热议问题