HEADS-project / training

Training material to get started with the HEADS technologies
10 stars 16 forks source link

'bower' is not recognized as an internal or external command #39

Closed skorsky closed 9 years ago

skorsky commented 9 years ago

Running yo kevoree, I get 'bower' is not recognized as an internal or external command.

What is 'bower'? Is this needed?

maxleiko commented 9 years ago

bower is a package manager such as npm but for Web components. It is run by default by Yeoman once your project created. But I bet you can ignore the error message.

Anyway, looks like something like this http://stackoverflow.com/questions/27360710/bower-is-not-recognised-as-an-internal-or-external-command

skorsky commented 9 years ago

OK, that helped.