uninstallationbowerpackage-managersbower-install

How do you uninstall Bower (the package manager)?


How do you uninstall Bower? I mean the package manager, not the packages (that I have already uninstalled).


Solution

  • To uninstall global package :

    npm uninstall -g bower
    

    See this thread : how to uninstall npm modules in node js?