Error installing libv8: ERROR: Failed to build gem native extension

后端 未结 16 1273
不思量自难忘°
不思量自难忘° 2020-11-27 09:21

I made a rails project with,

rails new test_bootstrap.

succeeded.

moved to the project dir and added the gems

gem \         


        
16条回答
  •  悲哀的现实
    2020-11-27 09:26

    In my case I resolved this situation by requiring 'mini_racer', '~> 0.2.6' in my Gemfile

    Then bundle install command worked.

提交回复
热议问题