create react app not creating template

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

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

Also in JavaScript: