Can't uninstall Angular CLI version
问题 I have been trying to create a new project in Angular6 using the latest CLI, but have been unable to update. In an attempt to resolve, I have been simply trying to remove Angular CLI and start over but even that's not working! From a random folder (without a project in it), if I run ng -v I get Angular CLI: 1.5.4 Node: 9.4.0 OS: darwin x64 Angular: ... So easily enough I try to run the following commands; npm uninstall -g angular-cli npm uninstall --save-dev angular-cli npm uninstall -g