Content
ERROR: Could not find a valid gem '3.11.8.17' <>= 0> in any repository
Added by Christoph Odermatt about 10 years ago
Hi all, I have an error installing for Windows 8. I followed the steps described online.
I typed git checkout stable and all was fine, then the c:\sites\openproject opended and I typed,
gem install libv8 v ‘3.11.8.17’ — —with-system-v8.
I get:
Fetching: libv8-3.16.14.7.gem (100%)
Temporarily enhancing PATH to include DevKit…
Building native extensions. This could take a while…
Successfully installed libv8-3.16.14.7
ERROR: Could not find a valid gem ‘3.11.8.17’ <>= 0> in any repository
1 gem installed
Installing ri documentation for libv8-3.16.14.7…
Installing RDoc documentation for libv8-3.16.14.7…
And now the c:\sites\openproject opens again. Hence, I cannot proceed.
Now I tried to add the # in the gemfile-file (opened with notepad). I put the # here:
First time: gem ‘#therubyracer’
Second time: gem #‘therubyracer’
Third time: #gem ‘therubyracer’
All renders the same result.
Please advise.
Thanks a lot.