Frage

I am working on windows.

Installed gem twitter-bootstrap-rails -v 2.2.8 gem less . Then also error in the gem the rubyracer

Tried: I have also tried therubyracer for_windows I am using rails 4.0.0.?

War es hilfreich?

Lösung

EDIT YOUR GEM FILE WITH:

gem 'therubyracer'
gem 'libv8'

Note: Install python to install libv8.

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top