Skip to content

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

@NijsJonas

Description

@NijsJonas

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 ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions