Lesson 10: Problem to lunch local RPC. #1692
-
Hello, I am having problems with the ganache when trying to lunch aave_borrow.py . I understand that this has happened to other people before but I don't understand how to change the node to 16 as some replays say. Although I notice that the command in the error says Command: ganache-cli while the command for ganache is ganache not ganache-cli. I am lost, thankfull for any help if possible!
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
Hello @vicentemunozlh |
Beta Was this translation helpful? Give feedback.
Hello @vicentemunozlh
The reason is the npm package for ganache changed recently from ganache-cli to just ganache, so deleting the network and adding it again on brownie should be enough to solve this, of course remember to set cmd=ganache.
Cheers.