Attempting to install libv8, “failed to build gem native extension”

后端 未结 3 1675
再見小時候
再見小時候 2021-02-05 19:44

I am using W7 64bit. Simply put, when I enter:

C:\\Sites>gem install libv8

I get this result:

Temporarily enhancing PATH to          


        
3条回答
  •  情歌与酒
    2021-02-05 20:07

    The solution is to install version .0

    gem install libv8 --version 3.11.8.0
    

    until this is fixed, as I experienced this, too

提交回复
热议问题