Published
- 1 min read
how to Install nodejs on a chromebook
The solution for this is noted below
how to Install nodejs on a chromebook
Solution
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
Try other methods by searching on the site. That is if this doesn’t work