-
Hi, I refer to the Youtube video at the 4:34:10 mark. I'm facing the following error when running deploy.py file I notice that a similar question was raised before (#39) but the solution did not work on my end. Kindly advice. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
Okay apparently, it is solved by changing (or creating a new) the directory.
Would be interested to know why this is the case. |
Beta Was this translation helpful? Give feedback.
-
I had a similar experience two days ago. Before restarting the whole thing in a new directory you can try the following things:
Did you install the new ganache or the deprecated ganache-cli? If so, please have a look at this post #971 |
Beta Was this translation helpful? Give feedback.
-
Just a note to say I had the same issue. Resolved by re-installing ganache globally from the cmd line npm install ganache --global |
Beta Was this translation helpful? Give feedback.
Okay apparently, it is solved by changing (or creating a new) the directory.
Would be interested to know why this is the case.