scrape2csv icon indicating copy to clipboard operation
scrape2csv copied to clipboard

Your demo doesn't seem to work

Open adrianparr opened this issue 10 years ago • 1 comments

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 )

adrianparr avatar Nov 13 '15 16:11 adrianparr

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!

fallanic avatar Nov 13 '15 16:11 fallanic