Answers for "node js rpi"

0

node js rpi

//download
curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash -
//install
sudo apt-get install -y nodejs
//check version
node -v
Posted by: Guest on August-04-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language