Install Node JS - pi

sudo apt update && sudo apt upgrade

curl -fsSL https://deb.nodesource.com/setup_20.x | sudo bash -

sudo apt-get install -y nodejs

Comments