albanm / node-libxslt

Node.js bindings for libxslt compatible with libxmljs
50 stars 68 forks source link

Unhandled asynchronous exception: TypeError: binding.registerEXSLT is not a function #75

Closed A1M918 closed 4 years ago

A1M918 commented 4 years ago

Hi,

So I have been using this for years. But after upgrading my node version from 8.16.1 -> 12.16.1 it gives me following error as soon as I run the project.

Unhandled asynchronous exception: TypeError: binding.registerEXSLT is not a function
    at Object.<anonymous> (path/to/my/project/node_modules/libxslt/index.js:10:9) 

I already read this thread here but this error is new I believe.

Node version : 12.16.1 OS Ubuntu 18 LTS Package manager : yarn

albanm commented 4 years ago

Hi,

I don't actively maintain this repo anymore, I simply accept necessary pull requests. You could try to fix this yourself, or maybe contact the persons that worked on fixing the node 10 incompatibilities.