while running the command brownie console --network mainnet-fork I am getting the following error:
RPCProcessError: Unable to launch local RPC client.
Command: ganache-cli
URI: http://127.0.0.1:8545
I have exported my WEB3_INFURA_PROJECT_ID and using the nvm version 16.13.2. Can't seem to figure out a way to fork the mainnet in brownie
My mainnet-fork details are as follow:
SUCCESS: Network 'Ganache-CLI (Mainnet Fork)' has been modified
└─Ganache-CLI (Mainnet Fork)
├─id: mainnet-fork
├─cmd: ganache-cli
├─cmd_settings: {'accounts': 10, 'evm_version': 'istanbul', 'fork': 'mainnet', 'gas_limit': 12000000, 'mnemonic': 'brownie', 'port': 8545}
├─host: http://127.0.0.1
└─timeout: 120