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

328
Views
Facing an Error when installing create-react-app package from npm

I'm trying to install React on my Computer. I'm a beginner and installing it for the first time. However, when I used create-react-app react-app to start a project, it showed the following:

But the app is working fine, I launched the server through npm start and it works, so should I ignore these errors or not?

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

0

the first warning you get (deprecated) means that one of the packages you are using (in this case - source-map-resolve) was deprecated (i.e is not maintained). you can go to the package GitHub repo to find a way to resolve it.

the second error you get (cannot read properties of undefined) tells you that there is a difference between versions of global packages. sometimes restarting your wifi helps it, or updating NPM/windows/node/all your packages

about 4 years ago · Juan Pablo Isaza Report

0

run npm audit fix and see if that helps. If not then i would just continue working on your project. Since you're a beginner you will learn more about NPM as you work. Npm is notorious for installing a ton of dependencies that are deprecated.

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!