现在的位置: 首页 > 综合 > 正文

rails 3遇到 Could not find a JavaScript runtime execjs错误(ubuntu)

2013年08月05日 ⁄ 综合 ⁄ 共 317字 ⁄ 字号 评论关闭

当我运行

$rake db:create

遇到下面错误

rake aborted!
Could not find a JavaScript runtime. See https://github.com/sstephenson/execjs for a list of available runtimes.

(See full trace by running task with --trace)

在ubuntu环境下解决方法如下

sudo apt-get install python-software-properties
sudo add-apt-repository ppa:chris-lea/node.js
sudo apt-get update
sudo apt-get install nodejs

抱歉!评论已关闭.