I am currently using multer for multipart/form-data in node.js application alongside with body-parser.
multipart/form-data
I tried to POST form-data using POST
The problem is not that you have both libraries body-parser and multer. If you try to post with a browser extension like postman, please make sure Content-Type is multipart/form-data and not application/json in your request header.
body-parser
multer
Content-Type
application/json