StacksJar
Made with π by Arif Shaikh with all Passion.
Yarn is a software packaging system developed in 2016 by Facebook for the Node.js JavaScript runtime environment. Yarn is an alternative to the npm package manager.
To uninstall any package using yarn you have to use the "remove" keyword along with the package name. You can also add in "global" keyword to uninstall the package globally using yarn from your system.
yarn global remove @angular/cli
You can check other ways to uninstall angular cli --> How to Uninstall Angular Cli
Hope you find this post useful.
Thank You.