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

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -