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

303
Views
Error while running react using npm start

I am learning react and have gotten the following error.

npm ERR! errno 1
npm ERR! learningreact@0.1.0 start: `react-scripts start`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the learningreact@0.1.0 start script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:
npm ERR!```
about 4 years ago · Juan Pablo Isaza
2 answers
Answer question

0

Delete your package-lock.json file and node_modules folder. Then do npm cache clean.

npm cache clean --force
npm install

And run again.

about 4 years ago · Juan Pablo Isaza Report

0

You should try to delete your file package-lock.json and folder node_modules and then clear the npm cache by doing :

npm cache clean --force

Then :

npm install
npm start
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!