Running into this error below when using npx create-react-app
Husna@LAPTOP-LPCC954R MINGW64 ~/Desktop/React GitHib Project (master) $ npx create-react-app github2020 Creating a new React app in C:\Users\Husna\Desktop\React GitHib Project\github2020. Installing packages. This might take a couple of minutes. Installing react, react-dom, and react-scripts... core-js@2.6.11 postinstall C:\Users\Husna\Desktop\React GitHib Project\github2020\node_modules\babel-runtime\node_modules\core-js node -e "try{require('./postinstall')}catch(e){}" core-js@3.6.5 postinstall C:\Users\Husna\Desktop\React GitHib Project\github2020\node_modules\core-js node -e "try{require('./postinstall')}catch(e){}" core-js-pure@3.6.5 postinstall C:\Users\Husna\Desktop\React GitHib Project\github2020\node_modules\core-js-pure node -e "try{require('./postinstall')}catch(e){}" + react-dom@16.13.1 + react-scripts@3.4.1 + react@16.13.1 added 1601 packages from 751 contributors and audited 1605 packages in 869.821s 59 packages are looking for funding run `npm fund` for details found 4981 low severity vulnerabilities run `npm audit fix` to fix them, or `npm audit` for details A template was not provided. This is likely because you're using an outdated version of create-react-app. Please note that global installs of create-react-app are no longer supported.