<?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: MohinishTeja</title>
    <description>The latest articles on DEV Community by MohinishTeja (@mohinishteja).</description>
    <link>https://dev.to/mohinishteja</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%2F352264%2F7d90f3c1-6d39-4ad0-abec-c1608ab026d1.png</url>
      <title>DEV Community: MohinishTeja</title>
      <link>https://dev.to/mohinishteja</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/mohinishteja"/>
    <language>en</language>
    <item>
      <title>React Installation Issue</title>
      <dc:creator>MohinishTeja</dc:creator>
      <pubDate>Wed, 18 Mar 2020 11:49:42 +0000</pubDate>
      <link>https://dev.to/mohinishteja/react-installation-issue-33lh</link>
      <guid>https://dev.to/mohinishteja/react-installation-issue-33lh</guid>
      <description>&lt;p&gt;Hello,&lt;/p&gt;

&lt;p&gt;I have been trying to install React in my PC frfom past 24 hours and couldn't do it.&lt;br&gt;
I followed the following procedure:&lt;/p&gt;

&lt;p&gt;1) node.js in C drive&lt;br&gt;
2) node version 12.16.1&lt;br&gt;
3)npm version 6.14.2&lt;br&gt;
4) Windows 10&lt;br&gt;
5) then I followed:  npx create-react-app my-app&lt;br&gt;
6) cd my-app&lt;br&gt;
7) npm start&lt;/p&gt;

&lt;p&gt;But the following errors show up when I hit npm start&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight"&gt;&lt;pre class="highlight plaintext"&gt;&lt;code&gt;&amp;gt; my-app@0.1.0 start C:\Users\mohin\my-app
&amp;gt; react-scripts start

i ｢wds｣: Project is running at http://192.168.1.33/
i ｢wds｣: webpack output is served from
i ｢wds｣: Content not from webpack is served from C:\Users\mohin\my-app\public
i ｢wds｣: 404s will fallback to /
Starting the development server...

events.js:288
      throw er; // Unhandled 'error' event
      ^

Error: spawn cmd ENOENT
    at Process.ChildProcess._handle.onexit (internal/child_process.js:267:19)
    at onErrorNT (internal/child_process.js:469:16)
    at processTicksAndRejections (internal/process/task_queues.js:84:21)
Emitted 'error' event on ChildProcess instance at:
    at Process.ChildProcess._handle.onexit (internal/child_process.js:273:12)
    at onErrorNT (internal/child_process.js:469:16)
    at processTicksAndRejections (internal/process/task_queues.js:84:21) {
  errno: 'ENOENT',
  code: 'ENOENT',
  syscall: 'spawn cmd',
  path: 'cmd',
  spawnargs: [ '/s', '/c', 'start', '""', '/b', '"http://localhost:3000"' ]
}
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! my-app@0.1.0 start: `react-scripts start`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the my-app@0.1.0 start script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:
npm ERR!     C:\Users\mohin\AppData\Roaming\npm-cache\_logs\2020-03-18T11_34_42_137Z-debug.log
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;



&lt;p&gt;I tried deleting node-modules and reinstalling and even cleared catche.&lt;br&gt;
I tried every way I know but I couldn't find solution&lt;/p&gt;

&lt;p&gt;I thought it was showing error for LIVE SERVER step so maybe I can still use it without live server but when i open index.html in public folder there is no output.&lt;/p&gt;

&lt;p&gt;Please help me.&lt;/p&gt;

&lt;p&gt;I really want to learn in this break quickly.&lt;/p&gt;

</description>
      <category>react</category>
      <category>javascript</category>
      <category>npm</category>
      <category>git</category>
    </item>
  </channel>
</rss>
