Posts

Showing posts with the label debian-stretch

bash: npm: command not found in Debian 9.3

Image
Clash Royale CLAN TAG #URR8PPP bash: npm: command not found in Debian 9.3 I am using Debian 9.3. (stretch) I cannot run "npm" commands. Output for node -v node -v bash: node: command not found Output for nodejs -v nodejs -v v4.8.2 Output for npm -v npm -v bash: npm: command not found I'm a newbie on Debian and I can't understand what's happening. - I already reinstall Node.js - I already tried following the steps of the Official Page. - I already ran apt-get install npm Output E: Unable to locate package npm . - I was at Debian Testing and have the same error when I was there. apt-get install npm E: Unable to locate package npm Thanks for read and help - Melt Visit this link: stackoverflow.com/questions/18130164/… Hope that helps you – harish durga Feb 23 at 7:57 Possible duplicate of nodej...