0

success Installed "create-eth-app@1.8.2" with binaries: - create-eth-app 'C:\Users\Shiloh' is not recognized as an internal or external command, operable program or batch file. error Command failed. Exit code: 1 Command: C:\Users\Shiloh Madanha\AppData\Local\Yarn\bin\create-eth-app Arguments: ./ Directory: C:\Users\Shiloh Madanha\Desktop\zimswap3.0 Output:

i have tried adding this path to the environment variables "C:\Users\Shiloh Madanha\Desktop\zimswap3.0"

Ray Madz
  • 3
  • 1

1 Answers1

1

Remove forward slash "/"

yarn create eth-app my-eth-app If you want to create it in the same directory use dot only yarn create eth-app .

Follow Official Document- click here

Md Raihan
  • 56
  • 3
  • Hi, i did what you said and it did not work. Its giving me the same error – Ray Madz Mar 30 '23 at 06:15
  • make sure you have installed `yarn` and `eth-app` . use this command to install for yarn `npm i yarn` and for eth-app `npm i create-eth-app` – Md Raihan Mar 30 '23 at 21:00