I installed all required packages and trying to run npm start script which gives me the error below:
npm start
TypeError [ERR_INVALID_ARG_TYPE]: The \"pat
Upgrade your react-scripts to 3.4.0. I've just installed modules provided from your package.json and upgraded react-scripts to the newest version and everything works fine.
react-scripts
3.4.0
package.json
More details on github issue.