<?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: Shashank</title>
    <description>The latest articles on DEV Community by Shashank (@skshashank26).</description>
    <link>https://dev.to/skshashank26</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%2F538457%2Fa7f33c59-7866-4fc2-a95f-6857166708be.jpeg</url>
      <title>DEV Community: Shashank</title>
      <link>https://dev.to/skshashank26</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/skshashank26"/>
    <language>en</language>
    <item>
      <title>How to set up node without admin privileges</title>
      <dc:creator>Shashank</dc:creator>
      <pubDate>Fri, 11 Dec 2020 13:53:02 +0000</pubDate>
      <link>https://dev.to/skshashank26/how-to-set-up-node-without-admin-privileges-225j</link>
      <guid>https://dev.to/skshashank26/how-to-set-up-node-without-admin-privileges-225j</guid>
      <description>&lt;p&gt;Working on a system with limited admin rights and trying to setup environment variables on such a system can be a pain, so here's how you can setup node without admin rights using these simple steps:&lt;/p&gt;

&lt;p&gt;Step 1: Download node.js binaries from the official website (Remember to download binaries, not the installer)&lt;/p&gt;

&lt;p&gt;Step 2: Extract the binaries to any desired location  e.g. D:\nodejs&lt;/p&gt;

&lt;p&gt;Step 3: Next step is to set-up environment variable for node&lt;/p&gt;

&lt;p&gt;Open start and search for environment variables you'll get two options make sure to open "Edit environment variables for your account"&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--ZluHSXVh--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/5mllr6klfvobq6xg09i9.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--ZluHSXVh--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/5mllr6klfvobq6xg09i9.png" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Then under user variables for  section click on new (If a variable named PATH is already available select the variable and click on edit)&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--hRm7jRIZ--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/ce04daak2mps0hmpjglv.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--hRm7jRIZ--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/ce04daak2mps0hmpjglv.png" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Give variable name as path and give the absolute location of the folder in which you extracted the node.js binaries&lt;/p&gt;

&lt;p&gt;That's it open command prompt and run node -v to verify the install.&lt;/p&gt;

</description>
      <category>node</category>
      <category>npm</category>
    </item>
  </channel>
</rss>
