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

后端 未结 16 1237
不思量自难忘°
不思量自难忘° 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:33

    I was also unable to install this gem instead of using

    --with-system-v8
    

    once try to do bundle update which worked fine for me

提交回复
热议问题