I would need to modify an npm module (paradox.js) that is installed in node-modules in a react app created with create-react-app; Do I make the modification and that's it or should I build or compile it for the changes to take effect? I say this because when I remove all references and uses of the fs module, I still get the following error: "ERROR in ./node_modules/paradox.js/index.js 1:11-24 Module not found: Error: Can't resolve 'fs' in 'C:\Users\User\OneDrive\Desktop\pQCTMERN\pqct-client\node_modules\paradox.js'"
Asked
Active
Viewed 27 times