zl程序教程

您现在的位置是:首页 >  其他

当前栏目

Ubuntu 下安装 apt-get install npm 失败的解决方案

安装npmUbuntu解决方案 失败 get install apt
2023-09-11 14:15:05 时间
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