$ which node
→ /usr/local/bin/node
$ sudo rm -rf /usr/local/bin/node
$ brew uninstall nodebrew
$ brew uninstall node
brew: brew uninstall yarn
tarball: rm -rf "$HOME/.yarn"
npm: npm uninstall -g yarn
ubuntu: sudo apt-get remove yarn && sudo apt-get purge yarn
centos: yum remove yarn
windows: choco uninstall yarn