这篇文章上次修改于 1986 天前,可能其部分内容已经发生变化,如有疑问可询问作者。
这几天我用的是腾讯的 云 IDE
遇到的一些问题
Ruby on Rails 运行出错
You must use Bundler 2 or greater with this lockfile.
报了这个错误
1.解决方案
rvm requirements
gem install bundler
查看 Ruby
rvm list
bundler install
就会安装 所有依赖包
依然报错
2.解决方案
sudo apt-get install nodejs
依然报错
rbenv — 'find_spec_for_exe': can't find gem bundler (>= 0.a) with executable bundle (Gem::GemNotFoundException)
stack voerflow 上面的回答
解决 方案
1) update rubygems
gem update --system
或着
I removed my Gemfile.lock
and it worked fine after that.
没有评论
博主关闭了评论...