As we know, there are a lot of questions in this community about npx create-react-app
, but none of them couldn't solve my problem.
I had used npx create-react-app
several times and I didn't have any problem with it, but from a couple of days ago when I run this command, my project is created but in its folder, there isn't any files and folders that I expected to exist in it (except node_modules, package.json, and yarn.lock). For solving my problem, I updated Node.js and uninstall and reinstall the create-react-app
, but my problem didn't solve.
I'm using the Yarn for package management.
my-app
├── node_modules
├── yarn.lock
└── package.json