<?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: Barnette-ao</title>
    <description>The latest articles on DEV Community by Barnette-ao (@barnetteao).</description>
    <link>https://dev.to/barnetteao</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%2F890671%2F2983f150-a9b3-4585-a4b4-bc47e43c4664.jpeg</url>
      <title>DEV Community: Barnette-ao</title>
      <link>https://dev.to/barnetteao</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/barnetteao"/>
    <language>en</language>
    <item>
      <title>npm start does not work for Reactjs</title>
      <dc:creator>Barnette-ao</dc:creator>
      <pubDate>Tue, 19 Jul 2022 02:05:49 +0000</pubDate>
      <link>https://dev.to/barnetteao/npm-start-does-not-work-for-reactjs-1ojf</link>
      <guid>https://dev.to/barnetteao/npm-start-does-not-work-for-reactjs-1ojf</guid>
      <description>&lt;p&gt;I want create a Reactjs project,I user command as follow:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight javascript"&gt;&lt;code&gt;&lt;span class="nx"&gt;npx&lt;/span&gt; &lt;span class="nx"&gt;create&lt;/span&gt;&lt;span class="o"&gt;-&lt;/span&gt;&lt;span class="nx"&gt;react&lt;/span&gt;&lt;span class="o"&gt;-&lt;/span&gt;&lt;span class="nx"&gt;app&lt;/span&gt; &lt;span class="nx"&gt;my&lt;/span&gt;&lt;span class="o"&gt;-&lt;/span&gt;&lt;span class="nx"&gt;app&lt;/span&gt;
&lt;span class="nx"&gt;cd&lt;/span&gt; &lt;span class="nx"&gt;my&lt;/span&gt;&lt;span class="o"&gt;-&lt;/span&gt;&lt;span class="nx"&gt;app&lt;/span&gt;
&lt;span class="nx"&gt;npm&lt;/span&gt; &lt;span class="nx"&gt;start&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;I have set the &lt;code&gt;C:\Windows\System32\WindowsPowerShell\v1.0&lt;/code&gt; as the environment variable.&lt;/p&gt;

&lt;p&gt;However, the command get stuck while &lt;strong&gt;Starting the development server...&lt;/strong&gt;,the computer can't open a website automatically！&lt;/p&gt;

&lt;p&gt;what should I do to solve this problem?&lt;/p&gt;

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