Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Grunt wiredep:app Cannot find Bower packages

Tags:

gruntjs

After running

yo ionic

from https://github.com/diegonetto/generator-ionic

Then lauching grunt serve i've got this :

Running "wiredep:app" (wiredep) task
Cannot find where you keep your Bower packages.

I'm stuck and I can't get a preview of the app.

like image 614
arnaudlrx Avatar asked Oct 03 '14 15:10

arnaudlrx


1 Answers

@arnaudlrx 's answer is correct but check if you instal git in your machine , because if you run

bower install jquery --save

but you don't have git installed there nothing will work

like image 103
Ashraf Atef Avatar answered Sep 28 '22 09:09

Ashraf Atef