npm install gets stuck at fetchMetadata

前端 未结 12 1080
星月不相逢
星月不相逢 2020-12-25 13:40

I\'m currently unable to run npm install in any project since today. I\'m running node v8.2.1 & npm 5.3.0 (installed via nvm).

When typing npm

12条回答
  •  既然无缘
    2020-12-25 14:17

    In my case removing packge connected to the one that loads forever solve issue

        "swagger-core-api": "apigee-127/swagger-core-api" //removing this 
    

    But the real reason of similar problems is project without full git data pushed to github(due to mess in .gitconfig). Then github clone copy files that not match one in repository (or Download ZIP).

提交回复
热议问题