Module not found: Can't resolve 'fs'
Unanswered
Asian black bear posted this in #help-forum
Asian black bearOP
I am getting an fs error
/node_modules/express-fileupload/lib/tempFileHandler.js
Module not found: Can't resolve 'fs'
/node_modules/express-fileupload/lib/tempFileHandler.js
Module not found: Can't resolve 'fs'
9 Replies
Swedish Lapphund
try:
npm install express-fileupload@latestare there any conflicting dependencies?
npm lsu can also try deleting
node_modules and reinstalling itand 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
@Swedish Lapphund and check if ur node version is compatible with `express-fileupload` to begin with, if not upgrade to a newer version of node
Asian black bearOP
how do I check 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