我正在尝试编译emberjs,但每次运行rake
它都会一直告诉我
Building Ember...
Done
The system cannot find the path specified.
PhantomJS is not installed. Download from http://phantomjs.org
我下载了PhantomJS并将其解压缩到C:\Program Files\phantomjs-1.7.0-windows
,并将此路径添加到我的环境和系统路径中。
当我打开一个命令提示符并运行phantomjs --version时,我得到1.7.0但是如果我运行rake来编译ember它会一直抱怨没有安装phantomjs。
还需要做些什么来让phantomjs“被发现”?