Skip to content

Instantly share code, notes, and snippets.

@kevinluo201
Created March 19, 2014 10:37
Show Gist options
  • Save kevinluo201/9639219 to your computer and use it in GitHub Desktop.
Save kevinluo201/9639219 to your computer and use it in GitHub Desktop.
kevinluo@KevinUbuntu:~/projects/groupmy$ rails server
/home/kevinluo/.rvm/gems/ruby-2.1.1/gems/execjs-2.0.2/lib/execjs/runtimes.rb:51:in `autodetect': Could not find a JavaScript runtime. See https://github.com/sstephenson/execjs for a list of available runtimes. (ExecJS::RuntimeUnavailable)
from /home/kevinluo/.rvm/gems/ruby-2.1.1/gems/execjs-2.0.2/lib/execjs.rb:5:in `<module:ExecJS>'
from /home/kevinluo/.rvm/gems/ruby-2.1.1/gems/execjs-2.0.2/lib/execjs.rb:4:in `<top (required)>'
from /home/kevinluo/.rvm/gems/ruby-2.1.1/gems/uglifier-2.5.0/lib/uglifier.rb:3:in `require'
from /home/kevinluo/.rvm/gems/ruby-2.1.1/gems/uglifier-2.5.0/lib/uglifier.rb:3:in `<top (required)>'
from /home/kevinluo/.rvm/gems/ruby-2.1.1@global/gems/bundler-1.5.3/lib/bundler/runtime.rb:76:in `require'
from /home/kevinluo/.rvm/gems/ruby-2.1.1@global/gems/bundler-1.5.3/lib/bundler/runtime.rb:76:in `block (2 levels) in require'
from /home/kevinluo/.rvm/gems/ruby-2.1.1@global/gems/bundler-1.5.3/lib/bundler/runtime.rb:72:in `each'
from /home/kevinluo/.rvm/gems/ruby-2.1.1@global/gems/bundler-1.5.3/lib/bundler/runtime.rb:72:in `block in require'
from /home/kevinluo/.rvm/gems/ruby-2.1.1@global/gems/bundler-1.5.3/lib/bundler/runtime.rb:61:in `each'
from /home/kevinluo/.rvm/gems/ruby-2.1.1@global/gems/bundler-1.5.3/lib/bundler/runtime.rb:61:in `require'
from /home/kevinluo/.rvm/gems/ruby-2.1.1@global/gems/bundler-1.5.3/lib/bundler.rb:131:in `require'
from /home/kevinluo/projects/groupmy/config/application.rb:7:in `<top (required)>'
from /home/kevinluo/.rvm/gems/ruby-2.1.1/gems/railties-4.0.3/lib/rails/commands.rb:74:in `require'
from /home/kevinluo/.rvm/gems/ruby-2.1.1/gems/railties-4.0.3/lib/rails/commands.rb:74:in `block in <top (required)>'
from /home/kevinluo/.rvm/gems/ruby-2.1.1/gems/railties-4.0.3/lib/rails/commands.rb:71:in `tap'
from /home/kevinluo/.rvm/gems/ruby-2.1.1/gems/railties-4.0.3/lib/rails/commands.rb:71:in `<top (required)>'
from bin/rails:4:in `require'
from bin/rails:4:in `<main>'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment