How can I properly install bootsnap on windows

后端 未结 3 1492
灰色年华
灰色年华 2021-01-28 11:32

I\'m trying to install ruby on rails with rails installer. When I use \"rails new blog\" to get my feet wet on starting the web page, I keep getting a build error to build a nat

3条回答
  •  清酒与你
    2021-01-28 11:55

    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
    

    Getting error (exit code 2) for bootsnap, not allowing to set up Rails Server.

    Still looking for the 'why'

提交回复
热议问题