windows - Installing Casperjs with codeigniter in WAMP -
i following http://net.tutsplus.com/tutorials/javascript-ajax/responsive-screenshots-with-casper/ in order started phantomjs , casparjs. following directions have phantomjs installed in codeigniter root so:
--application --system --index.php --phantomjs.exe --casparjs folder
i've tested phantom using phantomjs --version , gives correct version info appears installed
after added: e:\easyphp-12.1\www\myproject\casperjs\batchbin
to path. tried:
e:\easyphp-12.1\www\myproject\casperjs\batchbin>casperjs.bat --version
and got:
'phantomjs' not recognized internal or external command, myoperable program or batch file.
how can fix this?
you should need add folder contains phantomjs.exe
path
environment variable.
Comments
Post a Comment