I am trying to run "npm run build" in react; however, it return with 'MODULE_NOT_FOUND'. I have been trying to solve this issue, any help would be appreciated. I will attach the screenshot below.
CodePudding user response:
Try this:
- remove the node_modules folder
- then run
npm install