Error creating folders in node.js with express and multer
I’m trying to do a server with node.js using express and multer, in which I can send an identifier and 12 photos to be stored in a folder. I’m using a multipart formdata but I’m facing a problem when creating directories dynamically.