Webpack “Cannot find module ‘fs’ “

I’ve been banging my head over my table trying to figure out whats wrong here, and I need some help pls :’)

I’m trying to convert a CSV file to JSON, and all of the packages seem to use something called “fs”. I’ve searched the web and tried all of the following fixes, but nothing seems to work. I’m using webpack 5.74 btw.

Node cannot find module “fs” when using webpack

https://github.com/webpack-contrib/css-loader/issues/447

https://jasonwatmore.com/post/2021/07/30/next-js-webpack-fix-for-modulenotfounderror-module-not-found-error-cant-resolve

No matter what I try, I always get the “Cannot find module ‘fs'” error.

Does anyone have an idea of what this could be, since I’ve tried all of the possible solutions in the links above?

Any help would be much appreciated! Thank you!