2012-12-11 192 views
2

我給這個命令命令提示符「buncle install」..它給出了一個錯誤「安裝therubyracer」。當我安裝therubyracer我得到這個錯誤「錯誤安裝therubyracer錯誤未能建立寶石本地擴展」。任何人都知道請幫助我。錯誤安裝therubyracer錯誤未能建立gem原生擴展

+0

見http://stackoverflow.com/questions/8126465/bundle-install-update-libv8-therubyracer-installation-fails-with-native-ex – juanpastas

回答

3

您可以使用brew中的Libv8代替gem中的Libv8。你可以通過下面的命令:

$ gem uninstall libv8 


$ gem install therubyracer 
+0

可能還需要到'brew install v8' | http://stackoverflow.com/questions/11598655/therubyracer-install-error – TomFuertes

相關問題