Hi, i am trying to run the code "yarn create eth-app ./ but i am getting the following error

68 Views Asked by At

success Installed "[email protected]" 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"

1

There are 1 best solutions below

2
Md Raihan On BEST ANSWER

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