我正在关注http://net.tutsplus.com/tutorials/javascript-ajax/responsive-screenshots-with-casper/以开始使用PhantomJS和CasparJS。按照说明我在我的codeigniter root中安装了PhantomJS,如下所示:
--application
--system
--index.php
--phantomjs.exe
--casparjs folder
我使用phantomjs --version测试了幻像,它提供了正确的版本信息,因此它似乎已安装
我补充说: E:\的EasyPHP-12.1 \ WWW \ myproject的\ casperjs \ batchbin
到路上。我试过了:
E:\EasyPHP-12.1\www\myproject\casperjs\batchbin>casperjs.bat --version
得到了:
'phantomjs' is not recognized as an internal or external command,
myoperable program or batch file.
我该如何解决这个问题?
答案 0 :(得分:1)
您只需要将包含phantomjs.exe
的文件夹添加到path
环境变量中。