0

During npm run build i face this error i try to install child process but not solve error

this error will occcur

Module not found: Error: Can't resolve 'child_process' in '/home/fawad/pmc-frontend-master@6cd9d075e58/node_modules/dialog'

fawad ahmed
  • 1
  • 1
  • 3

1 Answers1

0

Refer this site..

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

add below lines in package.json

"browser":{
"child_process": false
}