Consensys / quorum-dev-quickstart

The Quorum Developer Quickstart utility can be used to rapidly generate local Quorum blockchain networks for development and demo purposes using Besu and GoQuorum
Apache License 2.0
135 stars 101 forks source link

Warning message on npx script #279

Closed mauriciotp closed 1 year ago

mauriciotp commented 1 year ago

I'm getting this warning message when trying to run a besu network through npx quorum-dev-quickstart:

image

Thus, with this warning i can't deploy the network.

Any idea on how to solve it?

joshuafernandes commented 1 year ago

Hello @mauriciotp This means you have already pre created that docker network

Run docker network ls and see what created it, and you may need to remove the old one with docker network rm quorum-dev-quickstart https://docs.docker.com/engine/reference/commandline/network_rm/

Cheers

mauriciotp commented 1 year ago

Thanks @joshuafernandes! Solved!