Answers for "nodejs available for chromebook"

7

how to install node js on chromebook

#Step1 Install Linux (Beta) on chromebook
#Step2 Open Termonal
#Step3 Type:
curl -sL https://deb.nodesource.com/setup_14.x | sudo -E bash -
#Step4 Type:
sudo apt install nodejs
#This installs NodeJS Version 14.x
Posted by: Guest on April-05-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language