Answers for "remove the yarn"

1

yarn uninstall

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
Posted by: Guest on February-09-2022
3

yarn remove package

yarn remove `package`
Posted by: Guest on August-22-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language