Reputation: 12427
While trying to execute grunt command.
I have used yeoman, bower, generator-angular and grunt with nodejs in windows 7.
Everything worked fine. And I have added font-awesome with bower-install, and to update my html I executed grunt wiredep.
it throws the following error.
Also my bower components are outside app folder, But in index file it started with bower_compontents/jquery/dist/jquery.js instead ../bower_components/jquery/dist/jquery.js.
Upvotes: 0
Views: 51
Reputation: 12427
The problem is with the node modules.
I just deleted it and executed npm install again. All worked well :-)
Change bower_components path in .bowerrc file, I have changed the directory path. :-)
Upvotes: 0