In this article i will share with you how to update letest vertion of node in ubuntu OS.
sudo npm install -g n
sudo n stable
Then you got the following output in terminal.
installing : node-v14.16.0
mkdir : /usr/local/n/versions/node/14.16.0
fetch : https://nodejs.org/dist/v14.16.0/node-v14.16.0-linux-x64.tar.xz
installed : v14.16.0 (with npm 6.14.11)
To upgrade to latest version (and not current stable) version, you can use
sudo n latest
installing : node-v15.10.0
mkdir : /usr/local/n/versions/node/15.10.0
fetch : https://nodejs.org/dist/v15.10.0/node-v15.10.0-linux-x64.tar.xz
installed : v15.10.0 (with npm 7.5.3)
then last you check your current node
version by using the following command.
node -v
v15.10.0
i hope you like this araticle.
Hi, My name is Harsukh Makwana. i have been work with many programming language like php, python, javascript, node, react, anguler, etc.. since last 5 year. if you have any issue or want me hire then contact me on harsukh21@gmail.com
PHP - How to get filename from N-level file directories
In this tutorials we are share with you...How to find mouse position relative to an element using jQuery
Use the jQuery event.pageX and...Firebase Phone Authentication With Invisible reCaptcha in Laravel5.6
Today, we are share with you how to impl...How to check whether a variable is set or not in PHP
Use the PHP isset() function...How to Create Custom Maintenance Page in Laravel 7.x Example
In this article, I will apportion you si...