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

640
Views
npm WARN deprecated tar@2.2.2: This version of tar is no longer supported, and will not receive security updates

When I tried running:

npm install -g create-react-app

the following error occurred:

npm WARN deprecated tar@2.2.2: This version of tar is no longer supported, and will not receive security updates. Please upgrade asap.

changed 67 packages, and audited 68 packages in 2s

4 packages are looking for funding
  run `npm fund` for details

2 high severity vulnerabilities

Some issues need review, and may require choosing
a different dependency.

Run `npm audit` for details.

I've looked at the solution proposed in npm-warn-deprecated, I installed tar using npm i tar and other methods but the error persists.

over 4 years ago · Santiago Trujillo
1 answers
Answer question

0

You need to install Node >= 14.0.0 and npm >= 5.6 on your machine. To create a project, execute:

npx create-react-app create-react-app 
cd create-react-app 
npm start

The npx in the first line is not a misspelling-it is the package running tool that comes with npm 5.2+

over 4 years ago · Santiago Trujillo 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!