Skip to content

Instantly share code, notes, and snippets.

@wasimosmanhome
Created June 12, 2020 16:01
Show Gist options
  • Save wasimosmanhome/0228e5fec582146978393a583b7ed615 to your computer and use it in GitHub Desktop.
Save wasimosmanhome/0228e5fec582146978393a583b7ed615 to your computer and use it in GitHub Desktop.
Install Node.JS and NPM on Raspberry pi
add repo
curl -sL https://deb.nodesource.com/setup_10.x | sudo bash -
Install
sudo apt-get install -y nodejs -y
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment