<?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: spiritfox358</title>
    <description>The latest articles on DEV Community by spiritfox358 (@spiritfox358).</description>
    <link>https://dev.to/spiritfox358</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%2F518104%2F5d893df7-3d51-401f-afd8-ef120dd12ab4.jpeg</url>
      <title>DEV Community: spiritfox358</title>
      <link>https://dev.to/spiritfox358</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/spiritfox358"/>
    <language>en</language>
    <item>
      <title>How to build a private repository</title>
      <dc:creator>spiritfox358</dc:creator>
      <pubDate>Wed, 02 Nov 2022 03:36:59 +0000</pubDate>
      <link>https://dev.to/spiritfox358/how-to-build-a-private-repository-59j7</link>
      <guid>https://dev.to/spiritfox358/how-to-build-a-private-repository-59j7</guid>
      <description>&lt;ol&gt;
&lt;li&gt;Download Verdaccio with npm    [click here to view the]official website
&lt;/li&gt;
&lt;/ol&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;npm install verdaccio -g
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;ol&gt;
&lt;li&gt;How to switch origin&lt;/li&gt;
&lt;/ol&gt;

&lt;ul&gt;
&lt;li&gt;Install nrm
&lt;/li&gt;
&lt;/ul&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;npm install nrm -g     
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;ul&gt;
&lt;li&gt;Check exist origin
&lt;/li&gt;
&lt;/ul&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;nrm ls
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;ul&gt;
&lt;li&gt;Delete origin
&lt;/li&gt;
&lt;/ul&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;nrm del [originname]
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



</description>
    </item>
  </channel>
</rss>
