I\'ve read a few answers on StackOverflow & some other sites but none seem to fix the issue I\'m having.
I\'m installing AppGyver Add-ons, via terminal. Getting
Im not sure what happened with my project but in order to fix the issues with bower I had to run the following.
sudo npm install -g bower
sudo bower cache clean --allow-root
rm -Rf bower_components
sudo bower install --allow-root
Im still not really sure what went wrong but after those commands i was up and running