Bash - Install bower on CentOS 7


SUBMITTED BY: poga88887

DATE: Oct. 22, 2016, 1:01 p.m.

FORMAT: Text only

SIZE: 229 Bytes

HITS: 890

  1. sudo yum update -y
  2. sudo yum install -y epel-release gcc gcc-c++ git libtool-ll libtool-ltdl-devel lsof make unixODBC unixODBC-devel wget
  3. sudo yum install -y nodejs npm --enablerepo=epel
  4. npm install -g node-gyp bower

comments powered by Disqus