2

I installed Ruby 2.1 from rubyinstaller.org on my Windows 7 system.

While trying to install any gem, I am facing the following error:

C:\Ruby21>gem install compass
ERROR:  Loading command: install (Win32::Registry::Error)
    The system cannot find the file specified.
ERROR:  While executing gem ... (NoMethodError)
    undefined method `invoke_with_build_args' for nil:NilClass

I've no clue what's wrong.

the Tin Man
  • 158,662
  • 42
  • 215
  • 303
Anil Dewani
  • 217
  • 1
  • 2
  • 14

1 Answers1

0

Try to reinstall again the ruby package using cygwin installer. Even if they are the same version.

lucasvc
  • 767
  • 1
  • 11
  • 35