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... [email protected] postinstall C:\Users\Husna\Desktop\React GitHib Project\github2020\node_modules\babel-runtime\node_modules\core-js node -e "try{require('./postinstall')}catch(e){}" [email protected] postinstall C:\Users\Husna\Desktop\React GitHib Project\github2020\node_modules\core-js node -e "try{require('./postinstall')}catch(e){}" [email protected] postinstall C:\Users\Husna\Desktop\React GitHib Project\github2020\node_modules\core-js-pure node -e "try{require('./postinstall')}catch(e){}" + [email protected] + [email protected] + [email protected] 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.