<?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: Asish Sahoo</title>
    <description>The latest articles on DEV Community by Asish Sahoo (@asish_sahoo_1655b79436da0).</description>
    <link>https://dev.to/asish_sahoo_1655b79436da0</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%2F2831725%2F7129ba4e-85cc-45e5-9e15-70b499eff144.jpg</url>
      <title>DEV Community: Asish Sahoo</title>
      <link>https://dev.to/asish_sahoo_1655b79436da0</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/asish_sahoo_1655b79436da0"/>
    <language>en</language>
    <item>
      <title>i am getting a new error while creating my first react app ...</title>
      <dc:creator>Asish Sahoo</dc:creator>
      <pubDate>Fri, 07 Feb 2025 20:16:04 +0000</pubDate>
      <link>https://dev.to/asish_sahoo_1655b79436da0/i-am-getting-a-new-error-while-creating-my-first-react-app--34fj</link>
      <guid>https://dev.to/asish_sahoo_1655b79436da0/i-am-getting-a-new-error-while-creating-my-first-react-app--34fj</guid>
      <description>&lt;p&gt;Installing template dependencies using npm...&lt;br&gt;
npm error code ERESOLVE&lt;br&gt;
npm error ERESOLVE unable to resolve dependency tree&lt;br&gt;
npm error&lt;br&gt;
npm error While resolving: &lt;a href="mailto:with-react@0.1.0"&gt;with-react@0.1.0&lt;/a&gt;&lt;br&gt;
npm error Found: &lt;a href="mailto:react@19.0.0"&gt;react@19.0.0&lt;/a&gt;&lt;br&gt;
npm error node_modules/react&lt;br&gt;
npm error   react@"^19.0.0" from the root project&lt;br&gt;
npm error&lt;br&gt;
npm error Could not resolve dependency:&lt;br&gt;
npm error peer react@"^18.0.0" from @testing-library/&lt;a href="mailto:react@13.4.0"&gt;react@13.4.0&lt;/a&gt;&lt;br&gt;
npm error node_modules/@testing-library/react&lt;br&gt;
npm error   @testing-library/react@"^13.0.0" from the root project&lt;br&gt;
npm error&lt;br&gt;
npm error Fix the upstream dependency conflict, or retry&lt;br&gt;
npm error this command with --force or --legacy-peer-deps&lt;br&gt;
npm error to accept an incorrect (and potentially broken) dependency resolution.&lt;br&gt;
npm error&lt;br&gt;
npm error&lt;br&gt;
npm error For a full report see:&lt;br&gt;
npm error C:\Users\rajah\AppData\Local\npm-cache_logs\2025-02-07T18_56_27_870Z-eresolve-report.txt&lt;br&gt;
npm error A complete log of this run can be found in: C:\Users\rajah\AppData\Local\npm-cache_logs\2025-02-07T18_56_27_870Z-debug-0.log&lt;br&gt;
&lt;code&gt;npm install --no-audit --save @testing-library/jest-dom@^5.14.1 @testing-library/react@^13.0.0 @testing-library/user-event@^13.2.1 web-vitals@^2.1.0&lt;/code&gt; failed&lt;br&gt;
PS C:\Users\rajah\Desktop\REACT&amp;gt; npx create-react-app with-react  --legacy-peer-deps&lt;/p&gt;

&lt;p&gt;Creating a new React app in C:\Users\rajah\Desktop\REACT\with-react.&lt;/p&gt;

&lt;p&gt;Installing packages. This might take a couple of minutes.&lt;br&gt;
Installing react, react-dom, and react-scripts with cra-template...&lt;/p&gt;

&lt;p&gt;added 1324 packages in 59s&lt;/p&gt;

&lt;p&gt;268 packages are looking for funding&lt;br&gt;
  run &lt;code&gt;npm fund&lt;/code&gt; for details&lt;/p&gt;

&lt;p&gt;Initialized a git repository.&lt;/p&gt;

&lt;p&gt;Installing template dependencies using npm...&lt;br&gt;
npm error code ERESOLVE&lt;br&gt;
npm error ERESOLVE unable to resolve dependency tree&lt;br&gt;
npm error&lt;br&gt;
npm error While resolving: &lt;a href="mailto:with-react@0.1.0"&gt;with-react@0.1.0&lt;/a&gt;&lt;br&gt;
npm error Found: &lt;a href="mailto:react@19.0.0"&gt;react@19.0.0&lt;/a&gt;&lt;br&gt;
npm error node_modules/react&lt;br&gt;
npm error   react@"^19.0.0" from the root project&lt;br&gt;
npm error&lt;br&gt;
npm error Could not resolve dependency:&lt;br&gt;
npm error peer react@"^18.0.0" from @testing-library/&lt;a href="mailto:react@13.4.0"&gt;react@13.4.0&lt;/a&gt;&lt;br&gt;
npm error node_modules/@testing-library/react&lt;br&gt;
npm error   @testing-library/react@"^13.0.0" from the root project&lt;br&gt;
npm error&lt;br&gt;
npm error Fix the upstream dependency conflict, or retry&lt;br&gt;
npm error this command with --force or --legacy-peer-deps&lt;br&gt;
npm error to accept an incorrect (and potentially broken) dependency resolution.&lt;br&gt;
npm error&lt;br&gt;
npm error&lt;br&gt;
npm error For a full report see:&lt;br&gt;
npm error C:\Users\rajah\AppData\Local\npm-cache_logs\2025-02-07T20_10_19_440Z-eresolve-report.txt&lt;br&gt;
npm error A complete log of this run can be found in: C:\Users\rajah\AppData\Local\npm-cache_logs\2025-02-07T20_10_19_440Z-debug-0.log&lt;br&gt;
&lt;code&gt;npm install --no-audit --save @testing-library/jest-dom@^5.14.1 @testing-library/react@^13.0.0 @testing-library/user-event@^13.2.1 web-vitals@^2.1.0&lt;/code&gt; failed&lt;br&gt;
&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F7jo5ucteczhq4inr3w9x.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F7jo5ucteczhq4inr3w9x.png" alt="Image description" width="800" height="449"&gt;&lt;/a&gt;&lt;/p&gt;

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