Answers for "using yarn remove npm"

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

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language