npm 无法安装

npm 无法安装
shubham@shubham$ npm
The program 'npm' is currently not installed. You can install it by typing:
sudo apt-get install npm
shubham@shubham$ sudo apt-get install npm
Reading package lists... Done
Building dependency tree       
Reading state information... Done
npm is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 9 not upgraded.
shubham@shubham$ npm
The program 'npm' is currently not installed. You can install it by typing:
sudo apt-get install npm
shubham@shubham$ ls
Desktop    examples.desktop  Music      Pictures   tmp
Documents  firstProject      nohup.out  Public     Videos
Downloads  goibibo_ugc       npm        Templates  WebstormProjects

答案1

根据以上所有评论,尝试以下操作:

sudo apt-get autoclean
sudo apt-get update
sudo apt-get dist-upgrade
sudo apt-get install npm

相关内容