<?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: Bonnie Simon</title>
    <description>The latest articles on DEV Community by Bonnie Simon (@bonstine).</description>
    <link>https://dev.to/bonstine</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%2F152795%2Fe054bed8-6b86-49a6-bf47-fe0b123607e7.png</url>
      <title>DEV Community: Bonnie Simon</title>
      <link>https://dev.to/bonstine</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/bonstine"/>
    <language>en</language>
    <item>
      <title>Installing Yarn on WSL </title>
      <dc:creator>Bonnie Simon</dc:creator>
      <pubDate>Fri, 11 Dec 2020 07:45:52 +0000</pubDate>
      <link>https://dev.to/bonstine/installing-yarn-on-wsl-38p2</link>
      <guid>https://dev.to/bonstine/installing-yarn-on-wsl-38p2</guid>
      <description>&lt;p&gt;So I had my harddisk formatted and had to redo all my WSL dev environment setup. &lt;br&gt;
I went to the yarn website to install yarn, and was left confused af. I didn't know which way to install yarn, there were so many different ways. Finally I found how to, and want to save it here as a blog post so that I won't have to go through it again.&lt;/p&gt;

&lt;p&gt;So here's the magical command :&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;curl -o- -L https://yarnpkg.com/install.sh | bash
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Yep that's it. Copy it to your WSL terminal (fyi I had Ubuntu 20.04 installed) and yarn will be installed.&lt;/p&gt;

&lt;p&gt;Now just restart the wsl terminal and type&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;yarn --version
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;If yarn installed successfully, then the current installed yarn version number is returned.&lt;/p&gt;

&lt;p&gt;Have a good day!&lt;/p&gt;

</description>
      <category>wsl</category>
      <category>yarn</category>
      <category>wsldev</category>
    </item>
    <item>
      <title>Best FREE courses to learn designing for frontend developers ?</title>
      <dc:creator>Bonnie Simon</dc:creator>
      <pubDate>Sun, 26 May 2019 10:30:07 +0000</pubDate>
      <link>https://dev.to/bonniesimon/best-free-courses-to-learn-designing-for-frontend-developers-4aa6</link>
      <guid>https://dev.to/bonniesimon/best-free-courses-to-learn-designing-for-frontend-developers-4aa6</guid>
      <description>

</description>
      <category>css</category>
      <category>javascript</category>
      <category>frontend</category>
      <category>designing</category>
    </item>
  </channel>
</rss>
