I\'m starting my first project on Ruby and the tutorial I\'m following has me using rails. When I try to run $ rails server
I get an error that says: Could not
Check if your Gemfile has the following gem
gem 'uglifier'
If the Gem is not present add it to your Gemfile. Sometimes it turns out that your Gemfile.lock has the dependency but you might have commented the Gem in Gemfile.
I you already have the gem in Gemfile run bundle install and check if the bundler is installing the uglifier gem