Answers for "how to Install nodejs on a chromebook"

4

how to Install nodejs on a chromebook

step 1: open a termnal
step 2: type the folowing Into a termnal
sudo apt-get update
sudo apt-get install curl gnupg -y
curl -sl https://deb.nodesource.com/setup_13.x | sudo -E bash -
sudo apt-get install -y nodejs

this installs nodeJS v13.12.0
Posted by: Guest on April-05-2020

Code answers related to "how to Install nodejs on a chromebook"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language