alexscheelmeyer / node-phantom

bridge to PhantomJS from Node.js
317 stars 117 forks source link

Problem running on Windows8 IIS #100

Open oreporan opened 10 years ago

oreporan commented 10 years ago

I've copy/pasted the example in my local ubuntu machine - works perfect. Trying on my remote Windows8 computer (AWS) - I get this error trying to run the example:

TypeError: Cannot call method 'createPage' of undefined

I have installed phantomjs:

npm install phantomjs -g

phantomjs --version 1.9.7

Any ideas??