npm gets stuck on fetchMetadata -> network

前端 未结 11 1683
栀梦
栀梦 2020-12-24 04:32

My npm is getting stuck a lot, whether its npm install from package.json or individual packages.

Right now, I\'m not even able to sudo npm install

11条回答
  •  生来不讨喜
    2020-12-24 05:13

    try yarn installer instead of npm:

    sudo npm install -g yarn
    yarn install
    

    I found it much more resilient to such problems.

提交回复
热议问题