igrigorik / vimgolf

Real Vim ninjas count every keystroke - do you?
http://www.vimgolf.com/
MIT License
672 stars 65 forks source link

Installation Failure #388

Closed tncargil closed 3 weeks ago

tncargil commented 3 weeks ago

Attempting to install vimgolf on arch with commands: pacman -S Ruby gem install vimgolf I am getting this error: image

filbranden commented 3 weeks ago

Doesn't look like a problem with vimgolf itself, more like a problem with your Ruby install, as far as I can tell erb is a standard module of Ruby so it should have been included with your setup. Maybe try to reinstall Ruby?

tncargil commented 3 weeks ago

Removing and reinstalling did not resolve the issue. For more context here is the version of ruby I am using ~> ruby -v ruby 3.2.4 (2024-04-23 revision af471c0e01) [x86_64-linux]

tncargil commented 3 weeks ago

I found a solution running gem install erb resolved my missing erb module