首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网络技术 > 网络基础 >

rails `autodetect’: Could not find a JavaScript runtime

2012-08-31 
rails `autodetect’: Could not find a JavaScript runtime.解决了问题。采用了以下方法:gem install execj

rails `autodetect’: Could not find a JavaScript runtime.
解决了问题。采用了以下方法:

gem install execjs
gem install therubyracer

或者
sudo apt-get install nodejs

热点排行