Describe the bug
I have setup Ubuntu 20.04 LTS version on Windows 11 system using WSL2 feature.
Every time I am trying to run the command npx create-react-app, it is throwing error as shown in the screenshot.
I also tried installing the package globally using this command npm install -g create-react-app which works fine but after that running npx create-react-app still throws error.

Describe the bug
I have setup Ubuntu 20.04 LTS version on Windows 11 system using WSL2 feature.
Every time I am trying to run the command
npx create-react-app, it is throwing error as shown in the screenshot.I also tried installing the package globally using this command
npm install -g create-react-appwhich works fine but after that runningnpx create-react-appstill throws error.