<?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: Jean</title>
    <description>The latest articles on DEV Community by Jean (@jlouiss).</description>
    <link>https://dev.to/jlouiss</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%2F75181%2F73f64f1f-fa16-471b-840b-492f83211fee.jpg</url>
      <title>DEV Community: Jean</title>
      <link>https://dev.to/jlouiss</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/jlouiss"/>
    <language>en</language>
    <item>
      <title>How to use nvm and why</title>
      <dc:creator>Jean</dc:creator>
      <pubDate>Wed, 14 Aug 2019 21:03:59 +0000</pubDate>
      <link>https://dev.to/jlouiss/how-to-use-nvm-and-why-4e05</link>
      <guid>https://dev.to/jlouiss/how-to-use-nvm-and-why-4e05</guid>
      <description>&lt;h1&gt;
  
  
  What is nvm
&lt;/h1&gt;

&lt;p&gt;Node Version Manager is... a node version manager. It allows you to easily change the node version, this comes really helpful for example when you work on multiple projects with different NodeJS versions.&lt;br&gt;
&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fthepracticaldev.s3.amazonaws.com%2Fi%2F5xw6y0y2aili4a00d8mo.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fthepracticaldev.s3.amazonaws.com%2Fi%2F5xw6y0y2aili4a00d8mo.png" alt="Image showing how you can change node versions using nvm in the terminal"&gt;&lt;/a&gt;&lt;br&gt;
&lt;em&gt;You can change your node version instantly with a single command - cool&lt;/em&gt; 😎&lt;/p&gt;




&lt;h1&gt;
  
  
  Installation
&lt;/h1&gt;

&lt;p&gt;&lt;code&gt;curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.34.0/install.sh | bash&lt;/code&gt;&lt;br&gt;
&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fthepracticaldev.s3.amazonaws.com%2Fi%2Fo7oxzl56jnto5gljrmii.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fthepracticaldev.s3.amazonaws.com%2Fi%2Fo7oxzl56jnto5gljrmii.png" alt="nvm installation in the terminal"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;After the installation is complete you should add the last three lines you see above in your shell configuration file (which means copypasting them in &lt;code&gt;~/.bash_profile&lt;/code&gt; or whatever you are using). After this, you should restart your terminal to use &lt;code&gt;nvm&lt;/code&gt;.&lt;/p&gt;

&lt;p&gt;Check &lt;a href="https://github.com/nvm-sh/nvm#installation-and-update" rel="noopener noreferrer"&gt;this link&lt;/a&gt; for the latest version and more details on how to install &lt;code&gt;nvm&lt;/code&gt; on your machine (macOS and Linux).&lt;br&gt;
[Based on my own experience I can't recommend using Windows for web development - But you can google "nvm windows" for a Windows-compatible implementation of nvm].&lt;/p&gt;




&lt;h1&gt;
  
  
  Usage
&lt;/h1&gt;

&lt;p&gt;First of all, install your favorite node version: &lt;code&gt;nvm install 10&lt;/code&gt;. If you don't specify an exact version, nvm will download the latest version automatically.&lt;br&gt;
After installing any version of NodeJS with &lt;code&gt;nvm&lt;/code&gt; you can easily switch to that version by running &lt;code&gt;nvm use &amp;lt;version&amp;gt;&lt;/code&gt;.&lt;/p&gt;

&lt;p&gt;Now you're ready to go.&lt;/p&gt;




&lt;h1&gt;
  
  
  Useful commands
&lt;/h1&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;code&gt;nvm ls&lt;/code&gt; shows the node versions you installed&lt;/li&gt;
&lt;li&gt;
&lt;code&gt;nvm ls-remote&lt;/code&gt; shows all the node versions available&lt;/li&gt;
&lt;li&gt;
&lt;code&gt;nvm install &amp;lt;version&amp;gt;&lt;/code&gt; installs the specified version&lt;/li&gt;
&lt;li&gt;
&lt;code&gt;nvm uninstall &amp;lt;version&amp;gt;&lt;/code&gt; works like the &lt;code&gt;install&lt;/code&gt; command&lt;/li&gt;
&lt;li&gt;
&lt;code&gt;nvm alias default &amp;lt;version&amp;gt;&lt;/code&gt; sets your default node version&lt;/li&gt;
&lt;/ul&gt;




&lt;h1&gt;
  
  
  Tips &amp;amp; Tricks
&lt;/h1&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fthepracticaldev.s3.amazonaws.com%2Fi%2Fh05nvf8gpt7vj76zpk5c.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fthepracticaldev.s3.amazonaws.com%2Fi%2Fh05nvf8gpt7vj76zpk5c.png" alt="How to switch versions using nvm"&gt;&lt;/a&gt;&lt;br&gt;
When you run &lt;code&gt;nvm install&lt;/code&gt; inside a directory if you have a &lt;code&gt;.nvmrc&lt;/code&gt; file, &lt;code&gt;nvm&lt;/code&gt; automatically installs the version specified in the &lt;code&gt;.nvmrc&lt;/code&gt; file.&lt;/p&gt;

&lt;p&gt;This is very useful if you working on a shared project and need a specific NodeJS version.&lt;/p&gt;




&lt;p&gt;Please comment if you have any suggestion or if you liked the post&lt;/p&gt;

</description>
      <category>tutorial</category>
      <category>webdev</category>
      <category>beginners</category>
      <category>node</category>
    </item>
    <item>
      <title>Is it possible to create a wiki with JAM technologies (possibly free)?</title>
      <dc:creator>Jean</dc:creator>
      <pubDate>Mon, 05 Aug 2019 19:36:08 +0000</pubDate>
      <link>https://dev.to/jlouiss/is-it-possible-to-create-a-wiki-with-jam-technologies-possibly-free-38o</link>
      <guid>https://dev.to/jlouiss/is-it-possible-to-create-a-wiki-with-jam-technologies-possibly-free-38o</guid>
      <description>

</description>
      <category>discuss</category>
      <category>jamstack</category>
      <category>wiki</category>
    </item>
  </channel>
</rss>
