<?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: lacekim</title>
    <description>The latest articles on DEV Community by lacekim (@lacekim).</description>
    <link>https://dev.to/lacekim</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%2F1131152%2F278e823d-bd94-4d23-b315-8c154fb8e8e6.png</url>
      <title>DEV Community: lacekim</title>
      <link>https://dev.to/lacekim</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/lacekim"/>
    <language>en</language>
    <item>
      <title>error: npx create-react-app xrpl-wallet</title>
      <dc:creator>lacekim</dc:creator>
      <pubDate>Sun, 02 Feb 2025 18:26:40 +0000</pubDate>
      <link>https://dev.to/lacekim/error-npx-create-react-app-xrpl-wallet-2f3l</link>
      <guid>https://dev.to/lacekim/error-npx-create-react-app-xrpl-wallet-2f3l</guid>
      <description>&lt;p&gt;This is the issue&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;Installing template dependencies using npm...
npm error code ERESOLVE
npm error ERESOLVE unable to resolve dependency tree
npm error
npm error While resolving: xrpl-wallet2@0.1.0
npm error Found: react@19.0.0
npm error node_modules/react
npm error   react@"^19.0.0" from the root project
npm error
npm error Could not resolve dependency:
npm error peer react@"^18.0.0" from @testing-library/react@13.4.0
npm error node_modules/@testing-library/react
npm error   @testing-library/react@"^13.0.0" from the root project
npm error
npm error Fix the upstream dependency conflict, or retry
npm error this command with --force or --legacy-peer-deps
npm error to accept an incorrect (and potentially broken) dependency resolution.
npm error
npm error
npm error For a full report see:
npm error /Users/mike/.npm/_logs/2025-02-02T17_57_48_964Z-eresolve-report.txt
npm error A complete log of this run can be found in: /Users/mike/.npm/_logs/2025-02-02T17_57_48_964Z-debug-0.log
`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` failed

&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;im trying to get react to work but im running into a issue. I have tried it with a few versions of js and when I tried to implement react it would run into the same error. What should I do to solve the issue? You can see im running the correct stuff with npx, I have tried different versions on js and still run into that issue. Am I doing something wrong? I must be, please help haha.&lt;/p&gt;

&lt;p&gt;Im using npm, the react isn't wanting to work however.&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;(base) mike@Mikes-Mac-mini xrpl-wallet % npx create-react-app my-react-app

Creating a new React app in /Users/mike/XRPL_Ledger/xrpl-wallet/my-react-app.

Installing packages. This might take a couple of minutes.
Installing react, react-dom, and react-scripts with cra-template...


added 1324 packages in 1m

268 packages are looking for funding
  run `npm fund` for details

Installing template dependencies using npm...
npm error code ERESOLVE
npm error ERESOLVE unable to resolve dependency tree
npm error
npm error While resolving: my-react-app@0.1.0
npm error Found: react@19.0.0
npm error node_modules/react
npm error   react@"^19.0.0" from the root project
npm error
npm error Could not resolve dependency:
npm error peer react@"^18.0.0" from @testing-library/react@13.4.0
npm error node_modules/@testing-library/react
npm error   @testing-library/react@"^13.0.0" from the root project
npm error
npm error Fix the upstream dependency conflict, or retry
npm error this command with --force or --legacy-peer-deps
npm error to accept an incorrect (and potentially broken) dependency resolution.
npm error
npm error
npm error For a full report see:
npm error /Users/mike/.npm/_logs/2025-01-30T23_56_28_967Z-eresolve-report.txt
npm error A complete log of this run can be found in: /Users/mike/.npm/_logs/2025-01-30T23_56_28_967Z-debug-0.log
`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` failed
(base) mike@Mikes-Mac-mini xrpl-wallet % npm init es6

&amp;gt; xrpl_ledger@1.0.0 npx
&amp;gt; es6

(base) mike@Mikes-Mac-mini xrpl-wallet % npx create-react-app xrpl-wallet

Creating a new React app in /Users/mike/XRPL_Ledger/xrpl-wallet/xrpl-wallet.

Installing packages. This might take a couple of minutes.
Installing react, react-dom, and react-scripts with cra-template...


added 1324 packages in 1m

268 packages are looking for funding
  run `npm fund` for details

Installing template dependencies using npm...
npm error code ERESOLVE
npm error ERESOLVE unable to resolve dependency tree
npm error
npm error While resolving: xrpl-wallet@0.1.0
npm error Found: react@19.0.0
npm error node_modules/react
npm error   react@"^19.0.0" from the root project
npm error
npm error Could not resolve dependency:
npm error peer react@"^18.0.0" from @testing-library/react@13.4.0
npm error node_modules/@testing-library/react
npm error   @testing-library/react@"^13.0.0" from the root project
npm error
npm error Fix the upstream dependency conflict, or retry
npm error this command with --force or --legacy-peer-deps
npm error to accept an incorrect (and potentially broken) dependency resolution.
npm error
npm error
npm error For a full report see:
npm error /Users/mike/.npm/_logs/2025-01-31T00_06_51_345Z-eresolve-report.txt
npm error A complete log of this run can be found in: /Users/mike/.npm/_logs/2025-01-31T00_06_51_345Z-debug-0.log
`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` failed
(base) mike@Mikes-Mac-mini xrpl-wallet % node -v
v22.13.1
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;





&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;(base) mike@Mikes-Mac-mini create_react_app % npx create-react-app xrpl-wallet
Need to install the following packages:
create-react-app@5.0.1
Ok to proceed? (y) y

npm warn deprecated inflight@1.0.6: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.
npm warn deprecated glob@7.2.3: Glob versions prior to v9 are no longer supported
npm warn deprecated rimraf@2.7.1: Rimraf versions prior to v4 are no longer supported
npm warn deprecated uid-number@0.0.6: This package is no longer supported.
npm warn deprecated fstream-ignore@1.0.5: This package is no longer supported.
npm warn deprecated fstream@1.0.12: This package is no longer supported.
npm warn deprecated tar@2.2.2: This version of tar is no longer supported, and will not receive security updates. Please upgrade asap.

Creating a new React app in /Users/mike/XRPL_Ledger/create_react_app/xrpl-wallet.

Installing packages. This might take a couple of minutes.
Installing react, react-dom, and react-scripts with cra-template...


added 1324 packages in 1m

268 packages are looking for funding
  run `npm fund` for details

Initialized a git repository.

Installing template dependencies using npm...
npm error code ERESOLVE
npm error ERESOLVE unable to resolve dependency tree
npm error
npm error While resolving: xrpl-wallet@0.1.0
npm error Found: react@19.0.0
npm error node_modules/react
npm error   react@"^19.0.0" from the root project
npm error
npm error Could not resolve dependency:
npm error peer react@"^18.0.0" from @testing-library/react@13.4.0
npm error node_modules/@testing-library/react
npm error   @testing-library/react@"^13.0.0" from the root project
npm error
npm error Fix the upstream dependency conflict, or retry
npm error this command with --force or --legacy-peer-deps
npm error to accept an incorrect (and potentially broken) dependency resolution.
npm error
npm error
npm error For a full report see:
npm error /Users/mike/.npm/_logs/2025-01-25T04_34_41_262Z-eresolve-report.txt

npm error A complete log of this run can be found in: /Users/mike/.npm/_logs/2025-01-25T04_34_41_262Z-debug-0.log
`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` failed
(base) mike@Mikes-Mac-mini create_react_app %
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;





&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;(base) mike@Mikes-Mac-mini create_react_app % npx create-react-app xrpl-wallet
The directory xrpl-wallet contains files that could conflict:

  node_modules/
  package-lock.json
  package.json
  public/
  src/

Either try using a new directory name, or remove the files listed above.
(base) mike@Mikes-Mac-mini create_react_app %
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;went into the exact dir instead of the sub dir and tried it, didn't work.&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;(base) mike@Mikes-Mac-mini XRPL_Ledger % npx create-react-app xrpl-wallet

Creating a new React app in /Users/mike/XRPL_Ledger/xrpl-wallet.

Installing packages. This might take a couple of minutes.
Installing react, react-dom, and react-scripts with cra-template...


added 1324 packages in 9s

268 packages are looking for funding
  run `npm fund` for details

Initialized a git repository.

Installing template dependencies using npm...
npm error code ERESOLVE
npm error ERESOLVE unable to resolve dependency tree
npm error
npm error While resolving: xrpl-wallet@0.1.0
npm error Found: react@19.0.0
npm error node_modules/react
npm error   react@"^19.0.0" from the root project
npm error
npm error Could not resolve dependency:
npm error peer react@"^18.0.0" from @testing-library/react@13.4.0
npm error node_modules/@testing-library/react
npm error   @testing-library/react@"^13.0.0" from the root project
npm error
npm error Fix the upstream dependency conflict, or retry
npm error this command with --force or --legacy-peer-deps
npm error to accept an incorrect (and potentially broken) dependency resolution.
npm error
npm error
npm error For a full report see:
npm error /Users/mike/.npm/_logs/2025-01-25T05_09_45_770Z-eresolve-report.txt

npm error A complete log of this run can be found in: /Users/mike/.npm/_logs/2025-01-25T05_09_45_770Z-debug-0.log
`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` failed
(base) mike@Mikes-Mac-mini XRPL_Ledger %

&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;tried there&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;(base) mike@Mikes-Mac-mini XRPL_Ledger % ls
Hello_World     node_modules        xrpl-wallet
WalletGeneration    package-lock.json
create_react_app    package.json
(base) mike@Mikes-Mac-mini XRPL_Ledger %
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;tried there.&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;(base) mike@Mikes-Mac-mini xrpl-wallet % ls
README.md       package-lock.json   public
node_modules        package.json        src
(base) mike@Mikes-Mac-mini xrpl-wallet %
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;





&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;(base) mike@Mikes-Mac-mini xrpl-wallet % npm install npx
npm warn deprecated npx@10.2.2: This package is now part of the npm CLI.

added 2 packages, changed 1 package, and audited 1819 packages in 13s

269 packages are looking for funding
  run `npm fund` for details

64 vulnerabilities (1 low, 18 moderate, 37 high, 8 critical)

To address issues that do not require attention, run:
  npm audit fix

To address all issues (including breaking changes), run:
  npm audit fix --force

Run `npm audit` for details.
(base) mike@Mikes-Mac-mini xrpl-wallet % ls
README.md       package-lock.json   public
node_modules        package.json        src
(base) mike@Mikes-Mac-mini xrpl-wallet % npx create-react-app xrpl-wallet

Creating a new React app in /Users/mike/XRPL_Ledger/xrpl-wallet/xrpl-wallet.

Installing packages. This might take a couple of minutes.
Installing react, react-dom, and react-scripts with cra-template...


added 1324 packages in 1m

268 packages are looking for funding
  run `npm fund` for details

Installing template dependencies using npm...
npm error code ERESOLVE
npm error ERESOLVE unable to resolve dependency tree
npm error
npm error While resolving: xrpl-wallet@0.1.0
npm error Found: react@19.0.0
npm error node_modules/react
npm error   react@"^19.0.0" from the root project
npm error
npm error Could not resolve dependency:
npm error peer react@"^18.0.0" from @testing-library/react@13.4.0
npm error node_modules/@testing-library/react
npm error   @testing-library/react@"^13.0.0" from the root project
npm error
npm error Fix the upstream dependency conflict, or retry
npm error this command with --force or --legacy-peer-deps
npm error to accept an incorrect (and potentially broken) dependency resolution.
npm error
npm error
npm error For a full report see:
npm error /Users/mike/.npm/_logs/2025-01-25T07_10_44_484Z-eresolve-report.txt

npm error A complete log of this run can be found in: /Users/mike/.npm/_logs/2025-01-25T07_10_44_484Z-debug-0.log
`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` failed
(base) mike@Mikes-Mac-mini xrpl-wallet %
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;&lt;a href="https://docs.npmjs.com/cli/v9/commands/npx?v=true" rel="noopener noreferrer"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Ya, I have tried EVERYTHING I can think of. Went back through all the docs on npm and stilll ran across the same issues I was running into before. Im really needing help...... idk what else to do in order to get ride of the errors.&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;(base) mike@Mikes-Mac-mini xrpl-wallet % npx create-react-app my-react-app

Creating a new React app in /Users/mike/XRPL_Ledger/xrpl-wallet/my-react-app.

Installing packages. This might take a couple of minutes.
Installing react, react-dom, and react-scripts with cra-template...


added 1324 packages in 1m

268 packages are looking for funding
  run `npm fund` for details

Installing template dependencies using npm...
npm error code ERESOLVE
npm error ERESOLVE unable to resolve dependency tree
npm error
npm error While resolving: my-react-app@0.1.0
npm error Found: react@19.0.0
npm error node_modules/react
npm error   react@"^19.0.0" from the root project
npm error
npm error Could not resolve dependency:
npm error peer react@"^18.0.0" from @testing-library/react@13.4.0
npm error node_modules/@testing-library/react
npm error   @testing-library/react@"^13.0.0" from the root project
npm error
npm error Fix the upstream dependency conflict, or retry
npm error this command with --force or --legacy-peer-deps
npm error to accept an incorrect (and potentially broken) dependency resolution.
npm error
npm error
npm error For a full report see:
npm error /Users/mike/.npm/_logs/2025-01-30T23_56_28_967Z-eresolve-report.txt
npm error A complete log of this run can be found in: /Users/mike/.npm/_logs/2025-01-30T23_56_28_967Z-debug-0.log
`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` failed
(base) mike@Mikes-Mac-mini xrpl-wallet % npm init es6

&amp;gt; xrpl_ledger@1.0.0 npx
&amp;gt; es6

(base) mike@Mikes-Mac-mini xrpl-wallet % npx create-react-app xrpl-wallet

Creating a new React app in /Users/mike/XRPL_Ledger/xrpl-wallet/xrpl-wallet.

Installing packages. This might take a couple of minutes.
Installing react, react-dom, and react-scripts with cra-template...


added 1324 packages in 1m

268 packages are looking for funding
  run `npm fund` for details

Installing template dependencies using npm...
npm error code ERESOLVE
npm error ERESOLVE unable to resolve dependency tree
npm error
npm error While resolving: xrpl-wallet@0.1.0
npm error Found: react@19.0.0
npm error node_modules/react
npm error   react@"^19.0.0" from the root project
npm error
npm error Could not resolve dependency:
npm error peer react@"^18.0.0" from @testing-library/react@13.4.0
npm error node_modules/@testing-library/react
npm error   @testing-library/react@"^13.0.0" from the root project
npm error
npm error Fix the upstream dependency conflict, or retry
npm error this command with --force or --legacy-peer-deps
npm error to accept an incorrect (and potentially broken) dependency resolution.
npm error
npm error
npm error For a full report see:
npm error /Users/mike/.npm/_logs/2025-01-31T00_06_51_345Z-eresolve-report.txt
npm error A complete log of this run can be found in: /Users/mike/.npm/_logs/2025-01-31T00_06_51_345Z-debug-0.log
`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` failed
(base) mike@Mikes-Mac-mini xrpl-wallet % node -v
v22.13.1

&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;I did get it to run with&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;(base) mike@Mikes-Mac-mini xrpl-wallet % node -v
v22.13.1
(base) mike@Mikes-Mac-mini xrpl-wallet % ls
package.json    xrpl-wallet
(base) mike@Mikes-Mac-mini xrpl-wallet % ls
(base) mike@Mikes-Mac-mini xrpl-wallet % npm create vite@latest xrpl-wallet
Need to install the following packages:
create-vite@6.1.1
Ok to proceed? (y) y


&amp;gt; xrpl_ledger@1.0.0 npx
&amp;gt; create-vite xrpl-wallet

✔ Select a framework: › React
✔ Select a variant: › JavaScript

Scaffolding project in /Users/mike/XRPL_Ledger/xrpl-wallet/xrpl-wallet...

Done. Now run:

  cd xrpl-wallet
  npm install
  npm run dev

(base) mike@Mikes-Mac-mini xrpl-wallet % cd xrpl-wallet
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;however that differers from the lesson im trying to fallow. Is there a way to fix the issues im having with it?&lt;/p&gt;

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