Read more

Install Bower under Ubuntu

Henning Koch
September 10, 2015Software engineer at makandra GmbH

First install Node.js / npm.

Illustration book lover

Growing Rails Applications in Practice

Check out our e-book. Learn to structure large Ruby on Rails codebases with the tools you already know and love.

  • Introduce design conventions for controllers and user-facing models
  • Create a system for growth
  • Build applications to last
Read more Show archive.org snapshot

Then you can install Bower through npm:

sudo npm install -g bower
Posted by Henning Koch to makandra dev (2015-09-10 10:20)