{"id":35007,"date":"2021-01-18T11:45:00","date_gmt":"2021-01-18T17:45:00","guid":{"rendered":"https:\/\/www.rosehosting.com\/blog\/?p=35007"},"modified":"2022-06-03T03:32:19","modified_gmt":"2022-06-03T08:32:19","slug":"how-to-install-node-js-and-npm-on-ubuntu-20-04","status":"publish","type":"post","link":"https:\/\/www.rosehosting.com\/blog\/how-to-install-node-js-and-npm-on-ubuntu-20-04\/","title":{"rendered":"How to Install Node.js and npm on Ubuntu 20.04"},"content":{"rendered":"<div id=\"bsf_rt_marker\"><\/div>\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"742\" height=\"372\" src=\"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2020\/12\/how-to-install-node.js-and-npm-on-ubuntu-20.04.jpg\" alt=\"\" class=\"wp-image-35226\" srcset=\"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2020\/12\/how-to-install-node.js-and-npm-on-ubuntu-20.04.jpg 742w, https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2020\/12\/how-to-install-node.js-and-npm-on-ubuntu-20.04-300x150.jpg 300w, https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2020\/12\/how-to-install-node.js-and-npm-on-ubuntu-20.04-150x75.jpg 150w\" sizes=\"(max-width: 742px) 100vw, 742px\" \/><\/figure>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"alignright size-large\"><img decoding=\"async\" width=\"150\" height=\"58\" src=\"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2020\/12\/install-node.js-and-npm-on-ubuntu-20.04.jpg\" alt=\"install node.js and npm on ubuntu 20.04\" class=\"wp-image-35227\" title=\"Installing PHP 8 on Ubuntu 20.04\"\/><\/figure><\/div>\n\n\n\n<p>Node.js is an open-source and cross-platform JavaScript runtime environment built on Chrome&#8217;s V8 JavaScript engine. It is designed for non-blocking, event-driven servers and primarily used for traditional web sites and back-end API services. It allows you to build network applications quickly. It makes development more consistent by leveraging JavaScript on both the front and backend. npm is the Node.js registry and package manager. It is used to publish, discover, install, and develop node programs.<\/p>\n\n\n\n<p>In this tutorial, we will show you several ways to install Node.js and npm on Ubuntu 20.04 server.<\/p>\n\n\n\n<!--more-->\n\n\n\n<div id=\"ez-toc-container\" class=\"ez-toc-v2_0_82_2 counter-hierarchy ez-toc-counter ez-toc-transparent ez-toc-container-direction\">\n<p class=\"ez-toc-title\" style=\"cursor:inherit\">Table of Contents<\/p>\n<label for=\"ez-toc-cssicon-toggle-item-69ed74f527515\" class=\"ez-toc-cssicon-toggle-label\"><span class=\"ez-toc-cssicon\"><span class=\"eztoc-hide\" style=\"display:none;\">Toggle<\/span><span class=\"ez-toc-icon-toggle-span\"><svg style=\"fill: #999;color:#999\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"list-377408\" width=\"20px\" height=\"20px\" viewBox=\"0 0 24 24\" fill=\"none\"><path d=\"M6 6H4v2h2V6zm14 0H8v2h12V6zM4 11h2v2H4v-2zm16 0H8v2h12v-2zM4 16h2v2H4v-2zm16 0H8v2h12v-2z\" fill=\"currentColor\"><\/path><\/svg><svg style=\"fill: #999;color:#999\" class=\"arrow-unsorted-368013\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"10px\" height=\"10px\" viewBox=\"0 0 24 24\" version=\"1.2\" baseProfile=\"tiny\"><path d=\"M18.2 9.3l-6.2-6.3-6.2 6.3c-.2.2-.3.4-.3.7s.1.5.3.7c.2.2.4.3.7.3h11c.3 0 .5-.1.7-.3.2-.2.3-.5.3-.7s-.1-.5-.3-.7zM5.8 14.7l6.2 6.3 6.2-6.3c.2-.2.3-.5.3-.7s-.1-.5-.3-.7c-.2-.2-.4-.3-.7-.3h-11c-.3 0-.5.1-.7.3-.2.2-.3.5-.3.7s.1.5.3.7z\"\/><\/svg><\/span><\/span><\/label><input type=\"checkbox\"  id=\"ez-toc-cssicon-toggle-item-69ed74f527515\"  aria-label=\"Toggle\" \/><nav><ul class='ez-toc-list ez-toc-list-level-1 ' ><li class='ez-toc-page-1 ez-toc-heading-level-2'><a class=\"ez-toc-link ez-toc-heading-1\" href=\"https:\/\/www.rosehosting.com\/blog\/how-to-install-node-js-and-npm-on-ubuntu-20-04\/#Prerequisites\" >Prerequisites<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-2'><a class=\"ez-toc-link ez-toc-heading-2\" href=\"https:\/\/www.rosehosting.com\/blog\/how-to-install-node-js-and-npm-on-ubuntu-20-04\/#Log-in-to-the-Server-Update-the-Server-OS-Packages\" >Log in to the Server &amp; Update the Server OS Packages<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-2'><a class=\"ez-toc-link ez-toc-heading-3\" href=\"https:\/\/www.rosehosting.com\/blog\/how-to-install-node-js-and-npm-on-ubuntu-20-04\/#Install-Nodejs-and-npm-from-Ubuntu-Repository\" >Install Node.js and npm from Ubuntu Repository<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-2'><a class=\"ez-toc-link ez-toc-heading-4\" href=\"https:\/\/www.rosehosting.com\/blog\/how-to-install-node-js-and-npm-on-ubuntu-20-04\/#Install-Nodejs-and-npm-from-NodeSource\" >Install Node.js and npm from NodeSource<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-2'><a class=\"ez-toc-link ez-toc-heading-5\" href=\"https:\/\/www.rosehosting.com\/blog\/how-to-install-node-js-and-npm-on-ubuntu-20-04\/#Install-Nodejs-and-npm-with-NVM\" >Install Node.js and npm with NVM<\/a><\/li><\/ul><\/nav><\/div>\n<h2 class=\"wp-block-heading\" id=\"h-prerequisites\"><span class=\"ez-toc-section\" id=\"Prerequisites\"><\/span>Prerequisites<span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<ul class=\"wp-block-list\"><li>An Ubuntu 20.04 VPS (we\u2019ll be using our SSD 2 VPS plan)<\/li><li>Access to the root user account (or access to an admin account with root privileges)<\/li><\/ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-log-in-to-the-server-update-the-server-os-packages\"><span class=\"ez-toc-section\" id=\"Log-in-to-the-Server-Update-the-Server-OS-Packages\"><\/span>Log in to the Server &amp; Update the Server OS Packages<span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<p>First, log in to your Ubuntu 20.04 server via SSH as the root user:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">ssh root@IP_Address -p Port_number<\/pre>\n\n\n\n<p>You will need to replace \u2018IP_Address\u2018 and \u2018Port_number\u2018 with your server\u2019s respective IP address and SSH port number. Additionally, replace \u2018root\u2019 with the username of the admin account if necessary.<\/p>\n\n\n\n<p>Before starting, you have to make sure that all Ubuntu OS packages installed on the server are up to date. You can do this by running the following commands:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">apt-get update -y\napt-get upgrade -y<\/pre>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-install-node-js-and-npm-from-ubuntu-repository\"><span class=\"ez-toc-section\" id=\"Install-Nodejs-and-npm-from-Ubuntu-Repository\"><\/span>Install Node.js and npm from Ubuntu Repository<span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<p>The simple and easiest way to install Node.js and npm is to install them from the Ubuntu default repository. However, it does not contains the latest Node.js version. At the time of writing this tutorial, the latest Node.js version available in the Ubuntu 20.04 is 10.19.0.<\/p>\n\n\n\n<p>First, update the system packages by running the following command:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">apt-get update -y<\/pre>\n\n\n\n<p>Once all the packages are updated, install the Node.js and npm with the following command:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">apt-get install nodejs npm -y<\/pre>\n\n\n\n<p>Once both packages are installed, verify the Node.js version using the following command:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">node -v<\/pre>\n\n\n\n<p>You should get the following output:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">v10.19.0\n<\/pre>\n\n\n\n<p>You can also check the npm version using the following command:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">npm -v<\/pre>\n\n\n\n<p>You should get the following output:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">6.14.4\n<\/pre>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-install-node-js-and-npm-from-nodesource\"><span class=\"ez-toc-section\" id=\"Install-Nodejs-and-npm-from-NodeSource\"><\/span>Install Node.js and npm from NodeSource<span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<p>NodeSource maintains an APT repository and contains multiple Node.js versions. It allows you to install the specific version of Node.js in your system.<\/p>\n\n\n\n<p>In this section, we will install Node.js v14.x from the NodeSource.<\/p>\n\n\n\n<p>First, install the curl with the following command:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">apt-get install curl -y<\/pre>\n\n\n\n<p>Next, download and run the Node.js installation script by running the following command:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">curl -sL https:\/\/deb.nodesource.com\/setup_14.x | bash -<\/pre>\n\n\n\n<p>This will add the GPG key and Node.js repository to the APT.<\/p>\n\n\n\n<p>Next, install the Node.js version 14.x by running the following command:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">apt-get install nodejs -y<\/pre>\n\n\n\n<p>Once installed, verify the installed version of Node.js with the following command:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">node -v<\/pre>\n\n\n\n<p>You should get the following output:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">v14.15.1\n<\/pre>\n\n\n\n<p>You can also verify the npm version with the following command:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">npm -v<\/pre>\n\n\n\n<p>Yu should get the following output:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">6.14.8\n<\/pre>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-install-node-js-and-npm-with-nvm\"><span class=\"ez-toc-section\" id=\"Install-Nodejs-and-npm-with-NVM\"><\/span>Install Node.js and npm with NVM<span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<p>NVM also know as &#8220;Node Version Manager&#8221; is a script that allows you to manage multiple version of Node.js.<\/p>\n\n\n\n<p>First, you will need to download and install NVM in your system. You can download and run the script manually with the following command:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">curl -o- https:\/\/raw.githubusercontent.com\/nvm-sh\/nvm\/v0.37.2\/install.sh | bash<\/pre>\n\n\n\n<p>Once installed, you should get the following output:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current\n                                 Dload  Upload   Total   Spent    Left  Speed\n100 13527  100 13527    0     0   528k      0 --:--:-- --:--:-- --:--:--  528k\n=&gt; Downloading nvm as script to '\/root\/.nvm'\n\n=&gt; Appending nvm source string to \/root\/.bashrc\n=&gt; Appending bash_completion source string to \/root\/.bashrc\n=&gt; Close and reopen your terminal to start using nvm or run the following to use it now:\n\nexport NVM_DIR=\"$HOME\/.nvm\"\n[ -s \"$NVM_DIR\/nvm.sh\" ] &amp;&amp; \\. \"$NVM_DIR\/nvm.sh\"  # This loads nvm\n[ -s \"$NVM_DIR\/bash_completion\" ] &amp;&amp; \\. \"$NVM_DIR\/bash_completion\"  # This loads nvm bash_completion\n<\/pre>\n\n\n\n<p>Next, you will need to close and reopen the terminal to add the path to nvm script to the current shell session.<\/p>\n\n\n\n<p>Next, verify the NVM version with the following command:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">nvm --version<\/pre>\n\n\n\n<p>You should get the following output:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">0.37.2\n<\/pre>\n\n\n\n<p>You can list all Node.js version that can be installed with NVM using the following command:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">nvm list-remote<\/pre>\n\n\n\n<p>This command will show you a long list of all Node.js versions.<\/p>\n\n\n\n<p>Next, install the latest stable version of Node.js with the following command:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">nvm install node<\/pre>\n\n\n\n<p>You should get the following output:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">Downloading and installing node v15.3.0...\nDownloading https:\/\/nodejs.org\/dist\/v15.3.0\/node-v15.3.0-linux-x64.tar.xz...\n######################################################################################################################################## 100.0%\nComputing checksum with sha256sum\nChecksums matched!\nNow using node v15.3.0 (npm v7.0.14)\nCreating default alias: default -&gt; node (-&gt; v15.3.0)\n<\/pre>\n\n\n\n<p>Once the installation is completed, verify the Node.js version with the following command:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">node --version<\/pre>\n\n\n\n<p>You should get the following output:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">v15.3.0\n<\/pre>\n\n\n\n<p>If you want to install the latest LTS version, run the following command:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">nvm install --lts<\/pre>\n\n\n\n<p>You can now list all installed Node.js versions using the following command:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">nvm ls<\/pre>\n\n\n\n<p>You should get the following output:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">-&gt;     v14.15.1\n        v15.3.0\ndefault -&gt; node (-&gt; v15.3.0)\nnode -&gt; stable (-&gt; v15.3.0) (default)\nstable -&gt; 15.3 (-&gt; v15.3.0) (default)\niojs -&gt; N\/A (default)\nunstable -&gt; N\/A (default)\nlts\/* -&gt; lts\/fermium (-&gt; v14.15.1)\nlts\/argon -&gt; v4.9.1 (-&gt; N\/A)\nlts\/boron -&gt; v6.17.1 (-&gt; N\/A)\nlts\/carbon -&gt; v8.17.0 (-&gt; N\/A)\nlts\/dubnium -&gt; v10.23.0 (-&gt; N\/A)\nlts\/erbium -&gt; v12.20.0 (-&gt; N\/A)\nlts\/fermium -&gt; v14.15.1\n<\/pre>\n\n\n\n<p>If you want to switch the current Node.js version, run the following command:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">nvm use 14.15.1<\/pre>\n\n\n\n<p>You should get the following output:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">Now using node v14.15.1 (npm v6.14.8)\n<\/pre>\n\n\n\n<p>In the above guide, you learned three different ways to install Node.js on Ubuntu 20.04 server. You can now choose your desired way to install the Node.js as per your needs.<\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"alignright size-large\"><img decoding=\"async\" width=\"150\" height=\"58\" src=\"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2020\/12\/install-node.js-and-npm-on-ubuntu-20.04.jpg\" alt=\"install node.js and npm on ubuntu 20.04\" class=\"wp-image-35227\" title=\"Installing PHP 8 on Ubuntu 20.04\"\/><\/figure><\/div>\n\n\n\n<p>Of course, you don\u2019t have to do any of this if you use one of our <a href=\"https:\/\/www.rosehosting.com\/nodejs-hosting.html\">Node.js VPS Hosting <\/a>services, in which case you can simply ask our expert Linux admins to setup this for you. They are available 24\u00d77 and will take care of your request immediately.<\/p>\n\n\n\n<p><strong>PS<\/strong>. If you liked this post please share it with your friends on the social networks using the buttons on the left or simply leave a reply below. Thanks.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Node.js is an open-source and cross-platform JavaScript runtime environment built on Chrome&#8217;s V8 JavaScript engine. It is designed for non-blocking, &#8230; <\/p>\n<p class=\"read-more-container\"><a title=\"How to Install Node.js and npm on Ubuntu 20.04\" class=\"read-more button\" href=\"https:\/\/www.rosehosting.com\/blog\/how-to-install-node-js-and-npm-on-ubuntu-20-04\/#more-35007\" aria-label=\"Read more about How to Install Node.js and npm on Ubuntu 20.04\">Read More<\/a><\/p>\n","protected":false},"author":4,"featured_media":35226,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1698],"tags":[357,416,59,1839],"class_list":["post-35007","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-ubuntu","tag-node-js","tag-npm","tag-ubuntu","tag-ubuntu-20-04","generate-columns","tablet-grid-50","mobile-grid-100","grid-parent","grid-33"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v27.4 (Yoast SEO v27.4) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>How to Install Node.js and npm on Ubuntu 20.04 | RoseHosting<\/title>\n<meta name=\"description\" content=\"In this tutorial, we will show you several ways on how to install Node.js and npm on Ubuntu 20.04 server, in few easy steps.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.rosehosting.com\/blog\/how-to-install-node-js-and-npm-on-ubuntu-20-04\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to install Node.js and npm on Ubuntu 20.04\" \/>\n<meta property=\"og:description\" content=\"In this tutorial, we will show you several ways to install Node.js and npm on Ubuntu 20.04 server.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.rosehosting.com\/blog\/how-to-install-node-js-and-npm-on-ubuntu-20-04\/\" \/>\n<meta property=\"og:site_name\" content=\"RoseHosting\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/RoseHosting\" \/>\n<meta property=\"article:author\" content=\"https:\/\/www.facebook.com\/rosehosting.helpdesk\" \/>\n<meta property=\"article:published_time\" content=\"2021-01-18T17:45:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2022-06-03T08:32:19+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2020\/12\/how-to-install-node.js-and-npm-on-ubuntu-20.04.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"742\" \/>\n\t<meta property=\"og:image:height\" content=\"372\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Jeff Wilson\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:title\" content=\"How to install Node.js and npm on Ubuntu 20.04\" \/>\n<meta name=\"twitter:description\" content=\"In this tutorial, we will show you several ways to install Node.js and npm on Ubuntu 20.04 server.\" \/>\n<meta name=\"twitter:image\" content=\"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2020\/12\/how-to-install-node.js-and-npm-on-ubuntu-20.04.jpg\" \/>\n<meta name=\"twitter:creator\" content=\"@rosehosting\" \/>\n<meta name=\"twitter:site\" content=\"@rosehosting\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Jeff Wilson\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"6 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/how-to-install-node-js-and-npm-on-ubuntu-20-04\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/how-to-install-node-js-and-npm-on-ubuntu-20-04\\\/\"},\"author\":{\"name\":\"Jeff Wilson\",\"@id\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/#\\\/schema\\\/person\\\/7ce77a842fa6a9a7f8efa186f2353713\"},\"headline\":\"How to Install Node.js and npm on Ubuntu 20.04\",\"datePublished\":\"2021-01-18T17:45:00+00:00\",\"dateModified\":\"2022-06-03T08:32:19+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/how-to-install-node-js-and-npm-on-ubuntu-20-04\\\/\"},\"wordCount\":790,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/how-to-install-node-js-and-npm-on-ubuntu-20-04\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/wp-content\\\/uploads\\\/2020\\\/12\\\/how-to-install-node.js-and-npm-on-ubuntu-20.04.jpg\",\"keywords\":[\"node.js\",\"npm\",\"ubuntu\",\"Ubuntu 20.04\"],\"articleSection\":[\"Ubuntu\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/how-to-install-node-js-and-npm-on-ubuntu-20-04\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/how-to-install-node-js-and-npm-on-ubuntu-20-04\\\/\",\"url\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/how-to-install-node-js-and-npm-on-ubuntu-20-04\\\/\",\"name\":\"How to Install Node.js and npm on Ubuntu 20.04 | RoseHosting\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/how-to-install-node-js-and-npm-on-ubuntu-20-04\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/how-to-install-node-js-and-npm-on-ubuntu-20-04\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/wp-content\\\/uploads\\\/2020\\\/12\\\/how-to-install-node.js-and-npm-on-ubuntu-20.04.jpg\",\"datePublished\":\"2021-01-18T17:45:00+00:00\",\"dateModified\":\"2022-06-03T08:32:19+00:00\",\"description\":\"In this tutorial, we will show you several ways on how to install Node.js and npm on Ubuntu 20.04 server, in few easy steps.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/how-to-install-node-js-and-npm-on-ubuntu-20-04\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/how-to-install-node-js-and-npm-on-ubuntu-20-04\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/how-to-install-node-js-and-npm-on-ubuntu-20-04\\\/#primaryimage\",\"url\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/wp-content\\\/uploads\\\/2020\\\/12\\\/how-to-install-node.js-and-npm-on-ubuntu-20.04.jpg\",\"contentUrl\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/wp-content\\\/uploads\\\/2020\\\/12\\\/how-to-install-node.js-and-npm-on-ubuntu-20.04.jpg\",\"width\":742,\"height\":372,\"caption\":\"how to install node.js on ubuntu 20.04\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/how-to-install-node-js-and-npm-on-ubuntu-20-04\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Install Node.js and npm on Ubuntu 20.04\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/\",\"name\":\"RoseHosting.com\",\"description\":\"Premium Linux Tutorials Since 2001\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/#organization\",\"name\":\"RoseHosting\",\"url\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/wp-content\\\/uploads\\\/2022\\\/03\\\/android-chrome-192x192-1.png\",\"contentUrl\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/wp-content\\\/uploads\\\/2022\\\/03\\\/android-chrome-192x192-1.png\",\"width\":192,\"height\":192,\"caption\":\"RoseHosting\"},\"image\":{\"@id\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/RoseHosting\",\"https:\\\/\\\/x.com\\\/rosehosting\",\"https:\\\/\\\/www.linkedin.com\\\/in\\\/rosehosting\\\/\"],\"description\":\"RoseHosting is a leading Linux hosting provider, serving thousands of clients world-wide since 2001.\",\"email\":\"info@rosehosting.com\",\"telephone\":\"(314) 275-0414\",\"legalName\":\"Rose Web Services LLC\",\"foundingDate\":\"2001-04-02\",\"numberOfEmployees\":{\"@type\":\"QuantitativeValue\",\"minValue\":\"11\",\"maxValue\":\"50\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/#\\\/schema\\\/person\\\/7ce77a842fa6a9a7f8efa186f2353713\",\"name\":\"Jeff Wilson\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/0985fed6af04cc60703d2ecf27c65dfa373e0ca00eb21c0b03477e099ea3f99f?s=96&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/0985fed6af04cc60703d2ecf27c65dfa373e0ca00eb21c0b03477e099ea3f99f?s=96&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/0985fed6af04cc60703d2ecf27c65dfa373e0ca00eb21c0b03477e099ea3f99f?s=96&r=g\",\"caption\":\"Jeff Wilson\"},\"description\":\"An experienced Linux veteran with many years of experience. Helping other Linux admins with frequent Linux and business-related blog posts on the RoseHosting blog. Techie by choice. Loving nature and travel. Happily married and father of two lovely children.\",\"sameAs\":[\"https:\\\/\\\/www.rosehosting.com\",\"https:\\\/\\\/www.facebook.com\\\/rosehosting.helpdesk\"],\"url\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/author\\\/jwilson\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"How to Install Node.js and npm on Ubuntu 20.04 | RoseHosting","description":"In this tutorial, we will show you several ways on how to install Node.js and npm on Ubuntu 20.04 server, in few easy steps.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.rosehosting.com\/blog\/how-to-install-node-js-and-npm-on-ubuntu-20-04\/","og_locale":"en_US","og_type":"article","og_title":"How to install Node.js and npm on Ubuntu 20.04","og_description":"In this tutorial, we will show you several ways to install Node.js and npm on Ubuntu 20.04 server.","og_url":"https:\/\/www.rosehosting.com\/blog\/how-to-install-node-js-and-npm-on-ubuntu-20-04\/","og_site_name":"RoseHosting","article_publisher":"https:\/\/www.facebook.com\/RoseHosting","article_author":"https:\/\/www.facebook.com\/rosehosting.helpdesk","article_published_time":"2021-01-18T17:45:00+00:00","article_modified_time":"2022-06-03T08:32:19+00:00","og_image":[{"width":742,"height":372,"url":"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2020\/12\/how-to-install-node.js-and-npm-on-ubuntu-20.04.jpg","type":"image\/jpeg"}],"author":"Jeff Wilson","twitter_card":"summary_large_image","twitter_title":"How to install Node.js and npm on Ubuntu 20.04","twitter_description":"In this tutorial, we will show you several ways to install Node.js and npm on Ubuntu 20.04 server.","twitter_image":"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2020\/12\/how-to-install-node.js-and-npm-on-ubuntu-20.04.jpg","twitter_creator":"@rosehosting","twitter_site":"@rosehosting","twitter_misc":{"Written by":"Jeff Wilson","Est. reading time":"6 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.rosehosting.com\/blog\/how-to-install-node-js-and-npm-on-ubuntu-20-04\/#article","isPartOf":{"@id":"https:\/\/www.rosehosting.com\/blog\/how-to-install-node-js-and-npm-on-ubuntu-20-04\/"},"author":{"name":"Jeff Wilson","@id":"https:\/\/www.rosehosting.com\/blog\/#\/schema\/person\/7ce77a842fa6a9a7f8efa186f2353713"},"headline":"How to Install Node.js and npm on Ubuntu 20.04","datePublished":"2021-01-18T17:45:00+00:00","dateModified":"2022-06-03T08:32:19+00:00","mainEntityOfPage":{"@id":"https:\/\/www.rosehosting.com\/blog\/how-to-install-node-js-and-npm-on-ubuntu-20-04\/"},"wordCount":790,"commentCount":0,"publisher":{"@id":"https:\/\/www.rosehosting.com\/blog\/#organization"},"image":{"@id":"https:\/\/www.rosehosting.com\/blog\/how-to-install-node-js-and-npm-on-ubuntu-20-04\/#primaryimage"},"thumbnailUrl":"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2020\/12\/how-to-install-node.js-and-npm-on-ubuntu-20.04.jpg","keywords":["node.js","npm","ubuntu","Ubuntu 20.04"],"articleSection":["Ubuntu"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.rosehosting.com\/blog\/how-to-install-node-js-and-npm-on-ubuntu-20-04\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.rosehosting.com\/blog\/how-to-install-node-js-and-npm-on-ubuntu-20-04\/","url":"https:\/\/www.rosehosting.com\/blog\/how-to-install-node-js-and-npm-on-ubuntu-20-04\/","name":"How to Install Node.js and npm on Ubuntu 20.04 | RoseHosting","isPartOf":{"@id":"https:\/\/www.rosehosting.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.rosehosting.com\/blog\/how-to-install-node-js-and-npm-on-ubuntu-20-04\/#primaryimage"},"image":{"@id":"https:\/\/www.rosehosting.com\/blog\/how-to-install-node-js-and-npm-on-ubuntu-20-04\/#primaryimage"},"thumbnailUrl":"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2020\/12\/how-to-install-node.js-and-npm-on-ubuntu-20.04.jpg","datePublished":"2021-01-18T17:45:00+00:00","dateModified":"2022-06-03T08:32:19+00:00","description":"In this tutorial, we will show you several ways on how to install Node.js and npm on Ubuntu 20.04 server, in few easy steps.","breadcrumb":{"@id":"https:\/\/www.rosehosting.com\/blog\/how-to-install-node-js-and-npm-on-ubuntu-20-04\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.rosehosting.com\/blog\/how-to-install-node-js-and-npm-on-ubuntu-20-04\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.rosehosting.com\/blog\/how-to-install-node-js-and-npm-on-ubuntu-20-04\/#primaryimage","url":"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2020\/12\/how-to-install-node.js-and-npm-on-ubuntu-20.04.jpg","contentUrl":"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2020\/12\/how-to-install-node.js-and-npm-on-ubuntu-20.04.jpg","width":742,"height":372,"caption":"how to install node.js on ubuntu 20.04"},{"@type":"BreadcrumbList","@id":"https:\/\/www.rosehosting.com\/blog\/how-to-install-node-js-and-npm-on-ubuntu-20-04\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.rosehosting.com\/blog\/"},{"@type":"ListItem","position":2,"name":"How to Install Node.js and npm on Ubuntu 20.04"}]},{"@type":"WebSite","@id":"https:\/\/www.rosehosting.com\/blog\/#website","url":"https:\/\/www.rosehosting.com\/blog\/","name":"RoseHosting.com","description":"Premium Linux Tutorials Since 2001","publisher":{"@id":"https:\/\/www.rosehosting.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.rosehosting.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.rosehosting.com\/blog\/#organization","name":"RoseHosting","url":"https:\/\/www.rosehosting.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.rosehosting.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2022\/03\/android-chrome-192x192-1.png","contentUrl":"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2022\/03\/android-chrome-192x192-1.png","width":192,"height":192,"caption":"RoseHosting"},"image":{"@id":"https:\/\/www.rosehosting.com\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/RoseHosting","https:\/\/x.com\/rosehosting","https:\/\/www.linkedin.com\/in\/rosehosting\/"],"description":"RoseHosting is a leading Linux hosting provider, serving thousands of clients world-wide since 2001.","email":"info@rosehosting.com","telephone":"(314) 275-0414","legalName":"Rose Web Services LLC","foundingDate":"2001-04-02","numberOfEmployees":{"@type":"QuantitativeValue","minValue":"11","maxValue":"50"}},{"@type":"Person","@id":"https:\/\/www.rosehosting.com\/blog\/#\/schema\/person\/7ce77a842fa6a9a7f8efa186f2353713","name":"Jeff Wilson","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/0985fed6af04cc60703d2ecf27c65dfa373e0ca00eb21c0b03477e099ea3f99f?s=96&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/0985fed6af04cc60703d2ecf27c65dfa373e0ca00eb21c0b03477e099ea3f99f?s=96&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/0985fed6af04cc60703d2ecf27c65dfa373e0ca00eb21c0b03477e099ea3f99f?s=96&r=g","caption":"Jeff Wilson"},"description":"An experienced Linux veteran with many years of experience. Helping other Linux admins with frequent Linux and business-related blog posts on the RoseHosting blog. Techie by choice. Loving nature and travel. Happily married and father of two lovely children.","sameAs":["https:\/\/www.rosehosting.com","https:\/\/www.facebook.com\/rosehosting.helpdesk"],"url":"https:\/\/www.rosehosting.com\/blog\/author\/jwilson\/"}]}},"_links":{"self":[{"href":"https:\/\/www.rosehosting.com\/blog\/wp-json\/wp\/v2\/posts\/35007","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.rosehosting.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.rosehosting.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.rosehosting.com\/blog\/wp-json\/wp\/v2\/users\/4"}],"replies":[{"embeddable":true,"href":"https:\/\/www.rosehosting.com\/blog\/wp-json\/wp\/v2\/comments?post=35007"}],"version-history":[{"count":4,"href":"https:\/\/www.rosehosting.com\/blog\/wp-json\/wp\/v2\/posts\/35007\/revisions"}],"predecessor-version":[{"id":38401,"href":"https:\/\/www.rosehosting.com\/blog\/wp-json\/wp\/v2\/posts\/35007\/revisions\/38401"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.rosehosting.com\/blog\/wp-json\/wp\/v2\/media\/35226"}],"wp:attachment":[{"href":"https:\/\/www.rosehosting.com\/blog\/wp-json\/wp\/v2\/media?parent=35007"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.rosehosting.com\/blog\/wp-json\/wp\/v2\/categories?post=35007"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.rosehosting.com\/blog\/wp-json\/wp\/v2\/tags?post=35007"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}