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.
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 ?