<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Hardev Singh</title>
    <description>The latest articles on DEV Community by Hardev Singh (@fullstackhardev).</description>
    <link>https://dev.to/fullstackhardev</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F1294205%2F28208f28-9621-4cfd-af08-69849d1762da.png</url>
      <title>DEV Community: Hardev Singh</title>
      <link>https://dev.to/fullstackhardev</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/fullstackhardev"/>
    <language>en</language>
    <item>
      <title>How to add new Node version to Laragon</title>
      <dc:creator>Hardev Singh</dc:creator>
      <pubDate>Sat, 13 Jul 2024 21:31:32 +0000</pubDate>
      <link>https://dev.to/fullstackhardev/how-to-add-new-node-version-to-laragon-5hjh</link>
      <guid>https://dev.to/fullstackhardev/how-to-add-new-node-version-to-laragon-5hjh</guid>
      <description>&lt;blockquote&gt;
&lt;p&gt;It is very easy and straight-forward to add new node version into your Laragon.&lt;br&gt;
In this blog, I’m currently having Node 16.13.1 installed &amp;amp; we will be installing latest Node 20 version, let’s do it together.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Steps to add new or any Node version are following:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Lets download the &lt;a href="https://nodejs.org/en/download/" rel="noopener noreferrer"&gt;node binary&lt;/a&gt; you want to install from Node’s official website. (&lt;a href="https://nodejs.org/dist/v20.11.1/node-v20.11.1-win-x64.zip" rel="noopener noreferrer"&gt;Direct download link for latest version 20&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;For older versions, you can find your specific version &lt;a href="https://nodejs.org/en/about/previous-releases" rel="noopener noreferrer"&gt;here&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;Extract the downloaded file.&lt;/li&gt;
&lt;li&gt;Move the extracted folder into &lt;code&gt;C:\laragon\bin\nodejs&lt;/code&gt;. You folder structure should look like below:
&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fofl3ypr3lc5dsfvpoyu6.png" alt="Image description" width="661" height="210"&gt;
&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Now you can right click on Laragon app icon from task bar, then you can choose your new Node version.&lt;br&gt;
&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fn45nnkucqokrnkbpy30v.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fn45nnkucqokrnkbpy30v.png" alt="Image description" width="683" height="348"&gt;&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;After choosing newer version, open Laragon app by doing single click on Laragon icon from taskbar.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Now click on Stop, then click on Start All to initate Laragon with our new NodeJs version.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Now to verify, open Terminal or Cmder from Laragon app &amp;amp; enter the below command&lt;br&gt;
&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;node -v
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Here you will see your new node version like below:&lt;br&gt;
&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fr9ro0c66nrgruvh1rw3c.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fr9ro0c66nrgruvh1rw3c.png" alt="Image description" width="720" height="365"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I hope this process is very simple and straight forward for everyone, if anyone is having any problem, you can comment on this post and I will help you upgrade your Node version.&lt;/p&gt;

&lt;p&gt;For more tech or development related blog posts, follow me.&lt;/p&gt;

&lt;p&gt;Thanks for reading this post.&lt;/p&gt;

&lt;p&gt;Hardev Singh&lt;br&gt;
Full Stack Developer&lt;br&gt;
&lt;a href="https://fullstackhardev.com?utm_source=dev.to"&gt;https://fullstackhardev.com&lt;/a&gt;&lt;/p&gt;

</description>
      <category>programming</category>
      <category>javascript</category>
      <category>softwareengineering</category>
      <category>webdev</category>
    </item>
  </channel>
</rss>
