EACCES Error with Bower install?

后端 未结 8 960
长情又很酷
长情又很酷 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 17:01

    Change the ownership for the .config and cache directory

    sudo chown -R username:username ~/.config 
    

    and

    sudo chown -R username:username ~/.cache
    

提交回复
热议问题