Uncaught (in promise) TypeError: expat.Parser is not a constructor
I am running this with webpack and it throws this error.
https://github.com/TooTallNate/node-bindings
Looking through bindings, it never declares a Parser constructor, so I am less confused about why this error message exists but why this was implemented in this way.
Thanks for looking at this.