[Vuejs]-Getting "self._form.on is not a function" when using node-requests in electron app

0👍

Couldn’t get it to work with the Node Requests module. I tried Axios and that worked although I had some issues with CORS. I then came across Needle https://www.npmjs.com/package/needle which worked perfectly!

Not sure why Node Requests is not working when using formData.

Leave a comment