I installed Phantom.JS and add it to the env.path window.
When I type phantomjs, the phantom console appears.
I also cloned the Prerender.io repository and ran it npm install.
When I tried to start it using node server.js, I get the following error:
2015-04-24T13:11:12.710Z phantom crashed, restarting...
2015-04-24T13:11:12.710Z starting phantom on port [12301]
phantom stderr: 'C:\Users\Mykhaylo' is not recognized as an internal or external command, operable program or batch file.
Why am I getting this error?
How can i fix this?
source
share