Skip to content

Instantly share code, notes, and snippets.

@mc256
Last active January 9, 2021 18:03
Show Gist options
  • Save mc256/f99a196c3fdb233737cac76f77a5c93a to your computer and use it in GitHub Desktop.
Save mc256/f99a196c3fdb233737cac76f77a5c93a to your computer and use it in GitHub Desktop.
Install node 14 LTS on RaspberryPi
curl -sL https://deb.nodesource.com/setup_14.x | sudo bash -
sudo apt-get install -y nodejs
node --version
npm install -g yarn
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment