在应用程序源~/MyProjects/angular_training $
的根目录中
我跑:
bower install
并收到例外:
Error: EACCES, permission denied '/home/my_user/.config/configstore/bower-github.json'
You don't have access to this file.
为什么会这样,为什么它会寻找bower-github.json
?我在项目根目录中拥有自己的.bowerrc
和bower.json
。