How to install Node.js on Ubuntu 18.04 LTS

Опубликовано: 17 Октябрь 2024
на канале: School Of Freelancing
111
1

This video will shows How to install Node.js on Ubuntu 18.04 LTS from School Of Freelancing.

School Of Freelancing Is Linux Practical Project Management Freelancing Ecosystem To Establish Earn By Doing Freelancing From Home :)

If You Are Looking For One To One Freelancing Training Contact Through Facebook Page And Ask For Help.

Note: Only We Provide One To One Linux Freelancing Training Around The Globe!

Find Us:
=======

Facebook:   / schooloffreelancing  

Twitter:   / schooloffreelan  

Telegram: https://t.me/schooloffreelancing

Discord:   / discord  

Reddit:   / schooloffreelancing  

Medium:   / schooloffreelancing  

LinkedIn:   / school-of-freelancing  

For install Node.js on Ubuntu 18.04 LTS run this terminal command one by one:

sudo apt install curl

curl o https://raw.githubusercontent.com/cre... | bash

exit

export NVM_DIR="$HOME/.nvm"

[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm

[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" # This loads nvm bash_completion

nvm --version

nvm ls-remote

nvm install v10.15.3

nvm ls

node -v

nvm use v10.15.3

curl -sL https://deb.nodesource.com/setup_11.x | sudo bash -

sudo apt-get install -y nodejs

sudo apt-get install gcc g++ make

curl -sL https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add -




#NodeJS #Node #NPM #NVM #Linux #Ubuntu #CentOS #Freelancing #Freelance #OnlineWork #learnfreelancing #freelancing #learning #training #freelancingtraining #linuxtraining #ubuntutraining #learnubuntu