nuintun / node-adodb

A node.js javascript client implementing the ADODB protocol on windows.
https://nuintun.github.io/node-adodb
MIT License
185 stars 51 forks source link

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

Open NijsJonas opened 2 years ago

NijsJonas commented 2 years ago

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 commented 2 years ago

What can i try ? This still doesnt work