Last active
January 9, 2021 18:03
-
-
Save mc256/f99a196c3fdb233737cac76f77a5c93a to your computer and use it in GitHub Desktop.
Install node 14 LTS on RaspberryPi
This file contains 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 -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