node-adodb icon indicating copy to clipboard operation
node-adodb copied to clipboard

Module not found: Error: Can't resolve 'child_process'

Open NijsJonas opened this issue 3 years ago • 1 comments

i try to use this module in combination with react, but i keep getting the error: Module not found: Error: Can't resolve 'child_process'

i tried to google sollutions but both of these wont work, i tried adding: "browser":{ "child_process": false } to my package.json, didnt solve it and i tried adding: node: { child_process: "empty" // fs: "empty", // if unable to resolve "fs" }, to my webpack.config.js, also didnt solve this issue.

any other things i can try ?

NijsJonas avatar Aug 13 '22 12:08 NijsJonas

What can i try ? This still doesnt work

NijsJonas avatar Aug 27 '22 17:08 NijsJonas