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

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

    Resolved libv8 3.16.14.7 issue using below command:

    gem install libv8 -v '3.16.14.7' -- --with-system-v8

    And then bundle install successfully completed.

提交回复
热议问题