Gem not available

0

Error:

  

Cound not find gem 'jquery-rails (> = 0) ruby' in the gems available on this machine

Image:

I'm using a virtual box, can this be?

    
asked by anonymous 01.07.2016 / 05:48

2 answers

0

You're missing this jquery-rails gem, try:

sudo gem install jquery-rails
    
01.07.2016 / 23:58
0

You have to install NodeJs on your virtual machine!

Run the command on the terminal:

sudo apt-get install nodejs

and then try to create a new project.

    
07.07.2016 / 00:28