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
I hit the same thing and noticed that the bower_components folder was owned by the root user. I changed ownership to my user and everything worked without having to run bower as root.
sudo chown -R $USER bower_components