Ubuntu 下安装 apt-get  install npm 失败的解决方案:
sudo apt-get remove nodejs npm ## remove existing nodejs and npm packages
sudo apt-get install curl  
curl -sL https://deb.nodesource.com/setup | sudo bash -  
sudo apt-get install -y nodejs  

from :http://askubuntu.com/questions/626383/node-package-manager-got-corrupted-in-some-way-now-it-cannot-be-installed 

相关文章:

  • 2021-05-30
  • 2021-12-21
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-06-20
  • 2021-10-27
  • 2022-12-23
猜你喜欢
  • 2021-08-15
  • 2021-06-06
  • 2021-11-14
  • 2021-06-16
  • 2022-01-07
  • 2022-12-23
相关资源
相似解决方案