Bower uninstall causes gulp error

HI

something probably simple but I’m a newbie to bower.

as part of the instructional video I installed font awesome using bower install --save fontawesome

now I want to uninstall fontawesome so I run bower uninstall fontawesome

and that seems to work but now I get an error in the gulp because fontawesome is missing

do I have to edit another file to tell gulp that fontawesome is no longer needed???

thanks

James

The --save flag is required to update the bower.json file. It doesn’t matter if you’re installing or uninstalling.

1 Like

This topic was automatically closed after 12 hours. New replies are no longer allowed.