【发布时间】:2017-10-27 18:31:15
【问题描述】:
所以在进行捆绑安装时,我收到一条 JSON 错误提示
An error occurred while installing json (1.8.6), and Bundler cannot
continue.
Make sure that `gem install json -v '1.8.6'` succeeds before bundling.
那我试试
gem install json -v 1.8.6
但它会吐出来
ERROR: While executing gem ... (Gem::FilePermissionError)
You don't have write permissions for the /var/lib/gems/2.3.0 directory.
为什么会这样,为什么我不能捆绑安装
【问题讨论】:
标签: ruby-on-rails json ruby installation bundle