install nodejs on ubuntu
sudo apt-get install curl
curl -sL https://deb.nodesource.com/setup_13.x | sudo -E bash -
sudo apt-get install nodejs
node -v #to check if its installed
install nodejs on ubuntu
sudo apt-get install curl
curl -sL https://deb.nodesource.com/setup_13.x | sudo -E bash -
sudo apt-get install nodejs
node -v #to check if its installed
node install ubuntu
# Through nodesource
curl -sL https://deb.nodesource.com/setup_12.x | sudo -E bash -
sudo apt install nodejs
node install windows
# install node and npm
download node from https://nodejs.org/en/download/ and install
check node version use WIN+R => cmd => node -v
check npm version use WIN+R => cmd => npm -v
# update npm (i = install, -g = global)
npm i -g npm@latest # npm install -g npm@latest
# find npm on your machine
%AppData%\npm
install nodejs
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.3/install.sh | bash
sudo apt install nodejs
node --version
npm --version
how to install nodejs latest version
curl -sL install-node.now.sh/lts | bash
nodejs install
curl -O https://nodejs.org/dist/v14.16.1/node-v14.16.1-linux-x64.tar.gz
tar -xvzf node-v14.16.1-linux-x64.tar.gz --strip-components=1
# Add node and npm it to PATH (and do so for future sessions too)
export PATH=$HOME/node/bin:$PATH
echo 'export PATH=$HOME/node/bin:$PATH' >> ~/.bashrc
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us