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

224
Views
No se puede encontrar el módulo 'agentkeepalive' al actualizar NPM a 7.20.3

Cuando intento actualizar npm a 7.20.3 ( npm install -g npm@7.20.3 ), npm lanza:

 npm ERR! code MODULE_NOT_FOUND npm ERR! Cannot find module 'agentkeepalive' npm ERR! Require stack: npm ERR! - /Users/ShaggyRogers/.nvm/versions/node/v14.16.0/lib/node_modules/npm/node_modules/make-fetch-happen/agent.js ...
over 4 years ago · Santiago Trujillo
2 answers
Answer question

0

Esto ha sido discutido en github

TL;RD;

Se ha corregido en npm v7.17.0 y posteriores. Logré actualizar de 7.10.0 a 7.21.0 y evité este error por completo (y sin tratar con agentkeepalive ) actualizando primero a 7.17.0 y luego a 7.21.0.

over 4 years ago · Santiago Trujillo Report

0

Para corregir rápidamente este error, simplemente instale o vuelva a instalar agentkeepalive globalmente:

 npm install -g agentkeepalive --save

Luego actualice npm:

 npm install -g npm@7.20.3

ACTUALIZAR :

Desde el 23 de junio de 2021, el error parece estar solucionado en v7.17.0 ( problema de GitHub )

Primero puede actualizar a v7.17.0 :

 npm install -g npm@7.17.0

Luego actualice a la última versión de npm:

 npm install -g npm@7.21.0

o

 npm install -g npm@latest
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!