Module not found: Error can’t resolve ‘child_process’, how to fix?

just put in package.json

"browser":{
"child_process": false
}  

are you using webpack

Leave a Comment