buglabs / node-xml2json

Converts XML to JSON using node-expat
808 stars 209 forks source link

invalid ELF header #192

Open denniswanjiru opened 4 years ago

denniswanjiru commented 4 years ago

Error: /var/task/node_modules/node-expat/build/Release/node_expat.node: invalid ELF header

Please find a way to fix this or an alternative package to node-expat it's supposed to be compatible or built for Linux.

xamgore commented 4 years ago

Seems that you have to build node-expat from sources (https://github.com/sbruno81/rets-client/issues/114#issuecomment-408267319). Keywords nodejs addons and node-gyp may help you.