Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

No bower_modules folder was created

Okay, so this is completely new terrain for me, so sorry if this is obvious! I've been looking at Steven Sanderson's presentation from NDC 2014 (http://vimeo.com/97519516) and was trying to use that as a starting point for a new SPA I'm doing.

I've installed Node.js, yeoman, bower etc.

But when I run the "yo ko" command I get, almost, the same structure as in the demo, but I'm missing the "bower_modules" folder and content. No errors, no nothing.

Any idea to what it is I'm missing or doing wrong?

The demo isn't 100% clear on what modules/additional features it is he has installed.

like image 613
Steen Tøttrup Avatar asked Feb 06 '26 10:02

Steen Tøttrup


1 Answers

run in the console: bower install

like image 122
fernandopasik Avatar answered Feb 08 '26 23:02

fernandopasik