Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

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
Comment

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
Comment

PREVIOUS NEXT
Code Example
Shell :: ifconfig not found ubuntu 20.04 
Shell :: show all running service linux 
Shell :: install pygame on mac 
Shell :: echo to file permission denied 
Shell :: ubuntu install ssh server 
Shell :: git update submodule recursive 
Shell :: how to get hostname on linux 
Shell :: install netflix on ubuntu 
Shell :: git stash remove 
Shell :: install rpm ubuntu 
Shell :: check git version linux 
Shell :: install deb file 
Shell :: delete swp file linux 
Shell :: powershell if string contains 
Shell :: install webmin ubuntu 
Shell :: add dns in ubuntu permanently 
Shell :: checklist github readme 
Shell :: git remember credentials 
Shell :: remove netbeans linux 
Shell :: last 2 git log entries 
Shell :: list interfaces centos 
Shell :: how to uninstall chromium through terminal 
Shell :: completely remove ros melodic 
Shell :: change brightness ubuntu 20.04 
Shell :: ubuntu bleachbit install 
Shell :: how to install java 8 and set java_home in ubuntu 
Shell :: wsl default user 
Shell :: failed to start daemon: pid file found, ensure docker is not running or delete /var/run/docker.pid 
Shell :: updating git 
Shell :: bash return only first line that contains match 
ADD CONTENT
Topic
Content
Source link
Name
5+7 =