0

First, I make this globally, then I install my app. Then I go to my project directories. Finally, when I am running the project it shows the error illustrated in the image below.
I have tried so many thing like uninstalling node.js then reinstalling again or deleting node module(s), etc. What more do you think, should I try? Thank you in advance.

enter image description here

Project is running at http://192.168.0.101/

solid.py
  • 2,782
  • 5
  • 23
  • 30

1 Answers1

0

Downgrading the react-script version to 2.1.8. npm install react-scripts@2.1.8 npm start

Package json dependencies should get updated to

"dependencies": { 
    ------------------
    ---------------------
    "react-scripts": "2.1.8"  
 }, 


joy08
  • 9,004
  • 8
  • 38
  • 73