<?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: sivaselvask</title>
    <description>The latest articles on DEV Community by sivaselvask (@sivaselvask).</description>
    <link>https://dev.to/sivaselvask</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%2F393376%2F217bba01-efd5-49df-aef6-e39638295903.png</url>
      <title>DEV Community: sivaselvask</title>
      <link>https://dev.to/sivaselvask</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/sivaselvask"/>
    <language>en</language>
    <item>
      <title>Problem in Reactjs installation, dependencies missing in package.json</title>
      <dc:creator>sivaselvask</dc:creator>
      <pubDate>Sat, 23 May 2020 06:23:29 +0000</pubDate>
      <link>https://dev.to/sivaselvask/problem-in-reactjs-installation-dependencies-missing-in-package-json-30fl</link>
      <guid>https://dev.to/sivaselvask/problem-in-reactjs-installation-dependencies-missing-in-package-json-30fl</guid>
      <description>&lt;p&gt;Hi can anyone help me with installation problem of react js in windows 10, I tried all possible ways for installation but i am getting this Missing dependencies error.node version used 12.16.3, npm version is 6.14.4 and create-react-app version 3.4.1&lt;br&gt;
I tried the following ways for installing react&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;code&gt;npx create-react-app my-app&lt;/code&gt; &lt;/li&gt;
&lt;li&gt;with npm &lt;code&gt;npm init react-app my-app&lt;/code&gt; and&lt;/li&gt;
&lt;li&gt;using npm with npx &lt;code&gt;npx create-react-app my-app --use-npm&lt;/code&gt;
&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;content in the generated package.json&lt;br&gt;
{ "name": "my-app", "version": "0.1.0", "private": true }&lt;br&gt;
 no dependencies available&lt;/p&gt;

</description>
      <category>react</category>
      <category>npm</category>
      <category>node</category>
    </item>
  </channel>
</rss>
