Facebook Twitter Instagram
    TecAdmin
    • Home
    • Ubuntu 20.04
      • Upgrade Ubuntu
      • Install Java
      • Install Node.js
      • Install Docker
      • Install LAMP Stack
    • Tutorials
      • AWS
      • Shell Scripting
      • Docker
      • Git
      • MongoDB
    • FeedBack
    • Submit Article
    • About Us
    Facebook Twitter Instagram
    TecAdmin
    Home»Programming»Nodejs»How to Install Bower on CentOS/RHEL 7/6/5

    How to Install Bower on CentOS/RHEL 7/6/5

    RahulBy RahulJuly 22, 20161 Min ReadUpdated:May 1, 2019

    Bower manages the components for the website like frameworks, libraries, assets, and utilities. It keeps track of all the components and checks regularly for their updates. Bower uses a manifest file bower.json file to keep track of packages. This tutorial will help you to install Bower on CentOS/RHEL 7/6/5 operating systems.

    Step 1 – Install Node.js & NPM

    If you already have node.js and NPM installed on your system skip this step. Else you need to install node.js on your system first. Use following set of commands to install Node.js and NPM on your CentOS, RHEL systems.

    yum install -y gcc-c++ make
    curl -sL https://rpm.nodesource.com/setup_10.x | sudo -E bash -
    yum install nodejs
    

    Step 2 – Install Bower using NPM

    After installation of node.js and NPM on your system, use following commands to install bower.

    npm install -g bower
    

    After successful installation of the bower, check the installed version on your system using the following command.

    bower --version
    
    1.8.8
    
    Bower NodeJs npm
    Share. Facebook Twitter Pinterest LinkedIn Tumblr Email WhatsApp
    Previous ArticleHow to Install Oracle VirtualBox 6.0 on CentOS/RHEL 7/6
    Next Article How to Install VirtualBox 5.2 on Ubuntu 16.04 LTS

    Related Posts

    How To Install NVM on Ubuntu 22.04

    Updated:April 16, 20223 Mins Read

    How To Install NVM on Windows

    Updated:April 16, 20223 Mins Read

    How To Install Node.Js on Debian 11

    Updated:February 11, 20226 Mins Read

    How To Install NVM on Debian 11

    Updated:August 31, 20213 Mins Read

    How To Use Environment Variables in Node.js

    6 Mins Read

    How to Parse Command Line Arguments in Node.js

    5 Mins Read

    1 Comment

    1. Alex on July 14, 2017 2:45 pm

      You forgot :

      yum install npm

      Reply

    Leave A Reply Cancel Reply

    Recent Posts
    • How to Enable / disable Firewall in Windows
    • How to Install JAVA on Ubuntu 22.04
    • Switching Display Manager in Ubuntu – GDM, LightDM & SDDM
    • Changing the Login Screen Background in Ubuntu 22.04 & 20.04
    • How To Install PHP (8.1, 7.4 or 5.6) on Ubuntu 22.04
    Facebook Twitter Instagram Pinterest
    © 2022 Tecadmin.net. All Rights Reserved | Terms  | Privacy Policy

    Type above and press Enter to search. Press Esc to cancel.