Just update react-scripts
. I solved it by uninstall and install again.
In command line:
uninstall:
npm uninstall react-scripts --save
and install again:
npm i react-scripts
Just update react-scripts
. I solved it by uninstall and install again.
In command line:
uninstall:
npm uninstall react-scripts --save
and install again:
npm i react-scripts