EACCES Error with Bower install?

后端 未结 8 959
长情又很酷
长情又很酷 2020-12-23 16:07

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

8条回答
  •  伪装坚强ぢ
    2020-12-23 16:55

    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
    

提交回复
热议问题