Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

187
Views
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?

about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

Try with these steps :

  1. npm rm -g create-react-app
  2. npm install -g create-react-app
  3. npx create-react-app my-app

Update

  1. install yarn (https://yarnpkg.com/getting-started/install)
  2. install CRA with yarn!
yarn create react-app my-app
about 4 years ago · Juan Pablo Isaza Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!