dharmafly / noodle

A node server and module which allows for cross-domain page scraping on web documents with JSONP or POST.
https://noodle.dharmafly.com/
745 stars 69 forks source link

Doesn't work on node versions > 0.10 #120

Open kpgarrod opened 8 years ago

kpgarrod commented 8 years ago

When I try to run this library with nodejs > 0.10 I get an error: 'Error: Module did not self-register.'. It seems to come from xml2json which is an old version. Any chance of upgrading it please?

premasagar commented 8 years ago

Yes, that is right. That needs updating and testing. In the meantime, you can just remove xml2json from package.json before you run npm install, if you don't need XML parsing.