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 :: check active ssh connections on linux 
Shell :: set git user name and user email 
Shell :: remove nginx mac 
Shell :: how to install viber on ubuntu 
Shell :: How do I check my WSL version? 
Shell :: shell script to check the directory exists 
Shell :: installing pip in ubuntu 
Shell :: linux memory cache clear 
Shell :: remove spotify for ubuntu 
Shell :: how to run docker without sudo 
Shell :: how to change timezone in ubuntu 
Shell :: install pm2 
Shell :: how to find installed packages in ubuntu 
Shell :: rm files with extension 
Shell :: how to install docker ubuntu 
Shell :: bash cat remove special characters 
Shell :: docker remove all containers 
Shell :: restart wsl2 
Shell :: npm install mongoose error npm ERR! code ENOSELF 
Shell :: install wine ubuntu 
Shell :: linux restart command 
Shell :: restart nginx 
Shell :: hardhat shorthand 
Shell :: installing eslint globally 
Shell :: install neofetch ubuntu 
Shell :: Error: Unable to resolve module `react-native-screens` from `node_modules/@react-navigation/bottom-tabs/src/views/BottomTabView.tsx`: react-native-screens could not be found within the project. 
Shell :: check if redis is running or not 
Shell :: linux apache restart 
Shell :: update ubuntu not working 
Shell :: table markdown github 
ADD CONTENT
Topic
Content
Source link
Name
9+4 =