downgrading the gem coffee-script-source' from 1.9.1 to 1.8.0
问题 I am getting this error: ExecJS::ProgramError in Welcome#indexExecJS::ProgramError in Welcome#index. According to others posts that happend because there is a problem with coffee-script-source 1.9.0/1 running on windows so I have to downgrade the gem with the command line: gem 'coffee-script-source', '1.8.0'. when I try to do this i get this error: ERROR: While executing gem ... (Gem::CommandLineError) Unknown command coffee-script-source, What I am doing wrong? 回答1: Put this line in your