I'm trying to create a Vue app that calls a soap webservice.
After fiddling a bit with eslint rules, I got my app running, but it fails with the error
Uncaught TypeError: promisify is not a function.
After some googling, am I right to assume that this tool produces output only for NodeJS ( serverside ) applications?
Or is there I'm doing wrong?