gem install libv8 –version ‘3.11.8.17’ on ruby (windows)

Try this:

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

This error was a pain untill I run the above command 🙂

Leave a Comment