yeoman / generator-polymer

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

how come i still got old layout with issues when installing from generator? #196

Closed hazourano closed 9 years ago

hazourano commented 9 years ago

still got the same issue with when a header panel resize in a large screenshot from 2015-06-16 15 15 30

i replaced with polymer-starter-kit-light-1.0.2 app directory and everything worked as expected

arthurvr commented 9 years ago

Chances are high you just need to update generator-polymer:

$ npm install --global generator-polymer

Only the latest relaese contains PSK 1.0.2. Let us know if you have any more troubles.

hazourano commented 9 years ago

I ran the command but still got the same issue

On Tue, 16 Jun 2015 6:58 pm Arthur Verschaeve notifications@github.com wrote:

Chances are high you just need to update generator-polymer:

$ npm install --global generator-polymer

Only the latest relaese contains PSK 1.0.2. Let us know if you have any more troubles.

— Reply to this email directly or view it on GitHub https://github.com/yeoman/generator-polymer/issues/196#issuecomment-112385231 .

hazourano commented 9 years ago

after futher checking i ran this command

npm update generator-polymer -g and solved the issue

screenshot from 2015-06-17 14 50 03