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. (base) Anjanis-Air:task_man anjani$ ls code example

Example 1: create react app not creating template

if react is installed globally, run this:
npm uninstall -g create-react-app

then run this:
npx create-react-app {directory name}

Example 2: 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.

npx --ignore-existing create-react-app