You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ?
The text was updated successfully, but these errors were encountered:
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 ?
The text was updated successfully, but these errors were encountered: