Next.js Discord

Discord Forum

Module not found: Can't resolve 'fs'

Unanswered
Asian black bear posted this in #help-forum
Open in Discord
Asian black bearOP
I am getting an fs error

/node_modules/express-fileupload/lib/tempFileHandler.js
Module not found: Can't resolve 'fs'

9 Replies

Swedish Lapphund
try: npm install express-fileupload@latest
are there any conflicting dependencies? npm ls
u can also try deleting node_modules and reinstalling it
and check if ur node version is compatible with express-fileupload to begin with, if not upgrade to a newer version of node
@Swedish Lapphund u can also try deleting `node_modules` and reinstalling it
Asian black bearOP
tried this
Asian black bearOP
I setup the formidable package
now Im getting another error: The "cb" argument must be of type function. Received undefined
Black Caiman
Im getting same error here pls help