error when installing polymer designer on local machine

155 Views Asked by At

I have cloned the git for polymer designer on my mac. Following the getting started instructions for Polymer designer works fine until I run bower install

-bash: bower: command not found

Also index.html cannot be loaded by the local httpserver.

I see this is a standard error but several solutions on stack. I need to setup this tool locally to add a custom library.

2

There are 2 best solutions below

1
Matan Gubkin On

Try this: bower install --save Polymer/polymer

0
ebidel On

You nee to install bower: http://bower.io/#install-bower

npm install -g bower