JSAddict
JSAddict

Reputation: 12427

Error while executing grunt command

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.

enter image description here

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

Answers (1)

JSAddict
JSAddict

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

Related Questions