You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
errorI 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
The text was updated successfully, but these errors were encountered: