Skip to content

Instantly share code, notes, and snippets.

@mael
Last active April 27, 2019 20:29
Show Gist options
  • Save mael/be0b7a668c72aa9999c9806bd4559010 to your computer and use it in GitHub Desktop.
Save mael/be0b7a668c72aa9999c9806bd4559010 to your computer and use it in GitHub Desktop.
Install nodejs on raspberry Pi Raspbian
curl -sL https://deb.nodesource.com/setup_12.x | sudo -E bash -
sudo apt-get install -y nodejs
For other version -> change value 12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment