curvefi / brownie-tutorial

Brownie Video Tutorial at https://www.youtube.com/playlist?list=PLVOHzVzbg7bFUaOGwN0NOgkTItUAVyBBQ
148 stars 40 forks source link

brownie.exceptions.RPCProcessError: Unable to launch local RPC client #4

Open mzaprudin opened 2 years ago

mzaprudin commented 2 years ago

Hello!

Thank you for the tutorials One issue I've stacked at the beginning is that I couldn't start tests and run scripts I followed to the instructions and it didn't work I got brownie.exceptions.RPCProcessError: Unable to launch local RPC client error I spend a lot of time to figure this issue out

npm install -g ganache-cli this command isn't enough need to do additionally and it works npm install -g ganache

It would be great if you update the lesson

Thank you