2

I'm having some trouble installing the nodejs gem. I believe my situation is similar to the question posted here, so I followed the instructions and added gem 'nodejs' to the gemfile, but I'm getting the error

Could not find gem 'nodejs (>= 0) ruby' in the gems available on this machine.

Does anyone know how to resolve this issue?

4

2 回答 2

4

RubyGems 存储库中实际上没有nodejs gem

该错误只是在呼应它找不到具有该名称的宝石。

它实际上只是一个外部二进制文件,正如Blender所提到的,可以使用nodejs.org的建议进行安装。

于 2013-05-02T00:06:38.943 回答
3

gem被称为节点:gem install node

于 2014-02-09T00:42:48.777 回答