scrape2csv
scrape2csv copied to clipboard
Your demo doesn't seem to work
When I try to run your demo I get the following error message ...
SyntaxError: /app/available_modules/node-0.12/jsdom/1437242415823-0.2.19/jsdom/lib/jsdom/level1/core.js:418 set nodeName() { throw new core.DOMException();}, ^ Unexpected token )
Hi @adrianparr, I have never tested this module with node 0.12, it looks like jsdom is not compatible anymore and should be upgraded.
I would try with node 0.10 (nvm is your friend : https://github.com/creationix/nvm) or even 0.8.
If you really need it to work with a recent node version, feel free to send a PR.
Thanks!