Created
October 29, 2024 12:33
-
-
Save sjg/9dafd3d9de4411b885567e1944e138d0 to your computer and use it in GitHub Desktop.
Install NodeJS on Rasp Pi
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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