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
index.ios.js
index.android.js
# macOS & brew $ brew uninstall yarn
yarn global remove
# yarn global remove $ sudo yarn global remove @tarojs/cli # yarn global add $ sudo yarn global add @tarojs/cli
refs
https://classic.yarnpkg.com/en/docs/cli/global/
https://classic.yarnpkg.com/en/docs/cli/remove/