Skip to content

Instantly share code, notes, and snippets.

View kevinluo201's full-sized avatar

Kevin Luo kevinluo201

View GitHub Profile
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/bund
# ~/.bashrc: executed by bash(1) for non-login shells.
# see /usr/share/doc/bash/examples/startup-files (in the package bash-doc)
# for examples
# If not running interactively, don't do anything
case $- in
*i*) ;;
*) return;;
esac