做操作rails server 时 报错
这个错误时因为一些东西没有安装
gem install execjsgem install therubyracersudo apt-get install nodejs
把这几个安装了 还不行的话
就在gemfile文件中中加入Ruby代码gem 'execjs'gem 'therubyracer'
保存好 在执行
# bundle install