yeoman / generator-polymer

Scaffold out a Polymer project
http://polymer-project.org
926 stars 150 forks source link

Missing brower_components out of the box #169

Closed wernight closed 9 years ago

wernight commented 9 years ago
npm install yo
npm install generator-polymer
$(npm bin)/yo polymer
...
$(npm bin)/gulp serve

Give a missing file error, similar to https://github.com/yeoman/generator-polymer/issues/13

Workaround:

npm install bower
$(npm bin)/bower install
robdodson commented 9 years ago

you have to have bower installed already, there's not much we can do about that I don't think.

wernight commented 9 years ago

What about installing bower locally as a dependency? May be showing an error or a noticeable message so that I would know at the end of the install I have to run those commands?