我在我的Windows7系统上安装了rubyinstaller.org的Ruby2.1。
在尝试安装任何gem时,我遇到以下错误:
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
我不知道出了什么问题。
发布于 2016-04-08 14:43:25
尝试使用cygwin安装程序重新安装ruby包。即使它们是相同的版本。
https://stackoverflow.com/questions/27232498
复制相似问题