• Empleos
  • Bootcamp
  • Acerca de nosotros
  • Para profesionales
    • Inicio
    • Empleos
    • Cursos y retos
    • Preguntas
    • Profesores
    • Bootcamp
  • Para empresas
    • Inicio
    • Nuestro proceso
    • Precios
    • Pruebas
    • Nómina
    • Blog
    • Comercial
    • Calculadora de salario

0

128
Vistas
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.

about 1 year ago · Santiago Trujillo
1 Respuestas
Responde la pregunta

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+

about 1 year ago · Santiago Trujillo Denunciar
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar empleo Precios Nuestro proceso Comercial
Legal
Términos y condiciones Política de privacidad
© 2023 PeakU Inc. All Rights Reserved.