EvernodeXRPL / evernode-sdk

Evernode SDK
Other
43 stars 7 forks source link

`Cluster 'default' already exists` issue #49

Closed wojake closed 2 years ago

wojake commented 2 years ago

image

Steps to reproduce

  1. cd mycontract/src
  2. npm start When it's about to create the nodes' image, do:
  3. Ctrl+C, to cancel it out and immediately run:
  4. hpdevkit clean

This is what I did to encounter this issue.

Udith-Gayan commented 2 years ago

@wojake We are checking the issue. Thanks for informing. Will let you know the updates soon.

Udith-Gayan commented 2 years ago

@wojake We have fixed the issue with hpdevkit clean command. Could you update the tool with npm update hpdevkit -g and try again ?

wojake commented 2 years ago

Thanks, it's working as intended now.