The command `npx create-react-app my-app` does not create an application file

I want to install react-create-app. I’m using the command: npx create-react-app my-app. I can see the following information in the console:

Installing packages. This might take a couple of minutes. Installing react, react-dom, and react-scripts with cra-template ... added 1374 packages in 4m 163 packages are looking for funding run npm fund for details

and nothing is happening.

node and npm are the newest

In the folder I just created, I can only see node-modules, package, package-lock. I don’t have a file src. How to solve this problem?