Mahesh Samudra
Mahesh Samudra
This is still there. I tried using the latest version of electron (20) and it doesn't work. [MadhabaPatra](https://github.com/MadhabaPatra) Found any solution for this?
If you are using serverless, there's a middy middleware: https://www.npmjs.com/package/@middy/http-urlencode-body-parser
Ran into the same error. I inspected the node_modules/electron-pos-printer and it didn't have all the required files. Downgraded to 1.3.6 and it works just fine.
> Not sure if this will help someone but I had to do a third downgrade before things worked. Here are my steps: > > ``` > yarn remove sass-loader...