Anyone else having trouble running brownie run scripts/deploy.py and then receiving a message in the terminal stating FileNotFoundError for ganache-cli? I have upgraded ganache, uninstall and reinstall and ganache-cli is still not found. However, when I runnpx ganache-cli and npm ganache-cli the versions are there. I'm not sure how to resolve the error.
Anyone else having trouble running
brownie run scripts/deploy.py
and then receiving a message in the terminal stating FileNotFoundError for ganache-cli? I have upgraded ganache, uninstall and reinstall and ganache-cli is still not found. However, when I runnpx ganache-cli
andnpm ganache-cli
the versions are there. I'm not sure how to resolve the error.