Category "node-request"

Same request in Node JS is failing in Electron

So I am using request module in a simple script I wrote. I sent a POST request to a website and I receive the correct status code (201), but if I run the script

Getting ERROR: uncaughtException: source.on is not a function, when using request and multiparty for multipart/form-data

I am trying to send data from my node application to a 3rd party HTTP endpoint. I am parsing the data on the request object coming from the client using the