Deploy phantomJS to node.js app? Deploy phantomJS to node.js app? heroku heroku

Deploy phantomJS to node.js app?


Copy the lib folder of phantomjs to the root directory of your node appYou could also try putting a sym link in bin or sbinThe key is that is has to run from terminal using the same account that node runs on.Also, node-phantom is a good npm library to utilize phantomjs, once you get it working.