I installed Quasar framework using Yarn:
yarn global add @quasar/cli
However there seems to be an issue with the installation and I now need to remove the global package. I checked the Yarn docs and they have a remove command but it does not seem to be global. I know NPM allow for global remove with:
npm uninstall -g @quasar/cli
How can I do the same with Yarn?
which <command>
.) In that case, you will have to use sudo to uninstall it as well. – Richart