yeoman - Bower install doesn't seem to be working (Windows 7) - not getting bower_components directory, grunt serve cannot find bower packages -


i'm having problems getting bower install working. i'm running through yo webapp generator scaffolds out me.

in bower.json file, give me 2 dependencies:

{     "name": "webapp-test",     "private": true,     "dependencies": {         "jquery": "~1.11.1",         "modernizr": "~2.8.2"     } } 

when run bower install after generator, think pulling down dependencies command. have run 2x both dependencies. seems wrong me, why not grabbing dependencies first command?

i try run grunt serve failing, stating cannot find keep bower packages.

in webapp structure, not have bower_components directory. shouldn't bower install command giving me that?

enter image description here ideas why bower install , grunt serve commands don't seem working?

i'm on windows 7.

the answer right there in command shell, system can not find git. best bet install either msysgit or github windows.


Comments

Popular posts from this blog

java - Spring Data JPA: Why findOne(id) executing delete query internally? -

python - Mongodb How to add addtional information when aggregating? -

java - Incorrect order of records in M-M relationship in hibernate -