Guide To Install bower On Mac
Package Information:
Name: bower
Use: Package manager for the web
URL: https://bower.io/
Installation Steps:
- Open Terminal on your Mac.
- Execute the following command
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
- Install bower using brew
brew install bower
bower is ready to use now!