Skip to content

Instantly share code, notes, and snippets.

@sjg
Last active October 16, 2025 09:59
Show Gist options
  • Select an option

  • Save sjg/9dafd3d9de4411b885567e1944e138d0 to your computer and use it in GitHub Desktop.

Select an option

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.20.0 && nvm alias default v22.20.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment