How to Install NodeJS on Ubuntu | Mutiple ways explained
Krishna's TechInfo
In this video i have explained about how to install NodeJs using different methods.
Installation steps : Stable NodeJS version installation link curl -sL https://deb.nodesource.com/setup_12.x | sudo -E bash - apt-get install nodejs
Current NodeJS version installation link curl -sL https://deb.nodesource.com/setup_14.x | sudo -E bash - apt-get install nodejs
NodeJs installation using NVM(NodeJS version manager) curl -sL https://raw.githubusercontent.com/creationix/nvm/v0.33.11/install.sh -o install_nvm.sh
bash install_nvm.sh
source ~/.profile
nvm ls-remote
nvm install 8.11.1
nvm use 8.11.1 ... https://www.youtube.com/watch?v=wWlrQxtwl1M
2021-09-29
0.0 LBC
Copyrighted (contact publisher)
15906290 Bytes