Skip to content

Instantly share code, notes, and snippets.

@sjg
Created October 29, 2024 12:33
Show Gist options
  • Save sjg/9dafd3d9de4411b885567e1944e138d0 to your computer and use it in GitHub Desktop.
Save sjg/9dafd3d9de4411b885567e1944e138d0 to your computer and use it in GitHub Desktop.
Install NodeJS on Rasp Pi
curl https://raw.githubusercontent.com/creationix/nvm/v0.7.0/install.sh | sh
source /home/pi/.profile
nvm install v22.10.0 && nvm alias default v22.10.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment