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

338
Views
node_modules desaparece de mi directorio

Cuando ingresé a npm install en la terminal de VS Code.

 PS D:\work\backEnd> npm install npm WARN old lockfile npm WARN old lockfile The package-lock.json file was created with an old version of npm, npm WARN old lockfile so supplemental metadata must be fetched from the registry. npm WARN old lockfile npm WARN old lockfile This is a one-time fix-up, please be patient...<br/> npm WARN old lockfile [##################] / reify:fsevents: sill reify mark deleted ['D:\\work\\backEnd\\node_modules\\fsevents' ]

La carpeta node_modules se instalará en el directorio.
Pero después de un tiempo, tal vez digamos 1 o 2 minutos. la carpeta node_modules ha desaparecido.

Esto se muestra en la terminal.

 npm ERR! code EAI_AGAIN npm ERR! syscall getaddrinfo npm ERR! errno EAI_AGAIN npm ERR! request to https://eu.artifactory.conti.de/artifactory/api/npm/i_cvam_rvd_npm_v/yn/-/yn-3.1.1.tgz failed, reason: getaddrinfo EAI_AGAIN eu.artifactory.conti.de npm ERR! A complete log of this run can be found in: npm ERR! C:\Users\vaibhav\AppData\Local\npm-cache\_logs\2022-02-21T17_27_31_359Z-debug-0.log PS D:\work\backEnd>```

Soy nuevo en nodejs. ¿Puede alguien ayudarme por favor?

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

0

eu.artifactory.conti.de no se puede resolver. No hay ninguna entrada de DNS para esa dirección.

Por lo general, los paquetes se instalan desde el repositorio de NPM, pero este parece estar instalado desde una URL personalizada. Debería poder verlo en el archivo package.json .

Como npm no puede instalar el paquete, revierte la acción de install , lo que elimina el directorio node_modules .

Póngase en contacto con el autor del proyecto que está tratando de instalar para ver si ese paquete está disponible en otro lugar.

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!