且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

如何在Windows上正确安装引导

更新时间:2023-12-04 07:54:04

我在使用Rails 5.2.3和ruby 2.3时遇到了相同的捆绑软件安装问题.从AngelofDawn找到了最近对我有用的帖子:将gemfile中的bootsnap gem更改为

I had the same bundle install problem using Rails 5.2.3 , ruby 2.3. Found a recent post from AngelofDawn that worked for me: Change the bootsnap gem in your gemfile to

gem 'bootsnap', '=1.4.1', require: false

获得错误(退出代码2)进行引导,不允许设置Rails Server .

仍在寻找为什么"