0

I am getting an error when trying to load server and migrate databases in rails. My uglifier gem wont load and i need it to run devise properly.

This is the error i get:

 There was an error while trying to load the gem 'uglifier'. (Bundler::GemRequireError)

I am running windows 8 if that makes a difference.

Sony Claba
  • 97
  • 1
  • 2
  • 4

1 Answers1

0

Do you have nodejs installed? If not, you can run sudo apt-get install nodejs

P.S. you can do node -v to see if you have nodejs installed.

Jefferson
  • 1,559
  • 1
  • 18
  • 24