ganache cli #1578
Answered
by
cromewar
akhilparakka
asked this question in
Q&A
ganache cli
#1578
-
When I try to run a local blockchain from the command line, an error occurs |
Beta Was this translation helpful? Give feedback.
Answered by
cromewar
Jul 12, 2022
Replies: 1 comment 3 replies
-
Hello @Akhil-franko |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
akhilparakka
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello @Akhil-franko
The latest release from ganache is not called
ganache-cli
but justganache
, so first of all try to install that package.Also which version of node are you using? I highly recommend to use a LTS one (v16) because the latest version 18 has reported problems with web3 related libraries.