danwrong / restler

REST client library for node.js
MIT License
1.99k stars 389 forks source link

Doesn't work on Node.js@4. Need to update version of dependency node-xml2js and fix it's usage. #264

Open grushikhin opened 5 years ago

grushikhin commented 5 years ago

Hello, guys! My application was accidentally broken last week due to a major update of xmlbuilder. We use the latest version of Restler HTTP client 3.4.0, which depends on xml2js@0.4.0, which depends on xmlbuilder@>=0.4.2 and the latest version of xmlbuilder is 10.0.0.

At the moment if I install the latest version of restler and copy official examples, it does not work.

Could you migrate to the latest version of xml2js@0.4.19 and make restler working? Thanks.