score: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"  
 }, 



Related Query

More Query from same tag