klaytn / klaytn-dev-sandbox

MIT License
9 stars 13 forks source link

Facing issue while setting up klaytn local network from windows machine #44

Closed praveen-kaia closed 1 year ago

praveen-kaia commented 2 years ago

Describe the bug When the network setup is done for local using "npm run run:klay" in Windows machine from GITBASH, an error occurs with local-klay-deploy repository flow.

How to reproduce

  1. Open gitbash from windows machine
  2. From the root directory, run "npm run run:klay"
  3. docker-compose.yml file is not generated after running the docker-compose.yml generation step in 1.prepare.sh from local-klaytn-deploy repository

Expected behavior Should be able to generate docker-compose.yml file and setup the klaytn network in windows local machine without any issues. Reduce the shell script dependencies.

Attachments image

Environment (please complete the following information)

praveen-kaia commented 1 year ago

Closing the issue as it is handled in dev-sandox and local klaytn repo. Currently the network setup commands can work from windows gitbash cli also