Note:11: Difference between revisions

From notes
(Created page with "{{Note |title=Installing npm on debian stretch }} sudo apt-get update curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash - sudo apt-get install nodejs=8.11.4-1n...")
 
No edit summary
Line 4: Line 4:
  sudo apt-get update
  sudo apt-get update
  curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash -
  curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash -
sudo apt-cache show nodejs
  sudo apt-get install nodejs=8.11.4-1nodesource1
  sudo apt-get install nodejs=8.11.4-1nodesource1

Revision as of 22:32, 28 August 2018

Author
Created 29 August 2018 03:31:41
Last Modified 29 August 2018 11:56:57
Tags
sudo apt-get update
curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash -
sudo apt-cache show nodejs
sudo apt-get install nodejs=8.11.4-1nodesource1