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 [email protected]
How to Convert a Date from yyyy-mm-dd to dd-mm-yyyy Format in PHP
Use the strtotime() Function You can...How to Capture Browser Window Resize Event in JavaScript
Use the addEventListener() Met...How to Install and Configure MongoDB on Ubuntu
In this article, we will share with you...Laravel 8 - Full Calendar jQuery AJAX step by step with example
Laravel 8 fullcalendar CRUD events artic...How to Send POST Request Without Waiting for Response?
In this article, I will share with you h...