could not detect network while running deploy.js #39
-
the RPC URL here is the one from wsl server on ganache as shown in the picture Error:
I've already installed ganache on wsl |
Beta Was this translation helpful? Give feedback.
Replies: 7 comments 15 replies
-
You have 3 '/' here. |
Beta Was this translation helpful? Give feedback.
-
Hello @SamuelOsewa |
Beta Was this translation helpful? Give feedback.
-
At this point, I might just leave the course as nothing seems to be working |
Beta Was this translation helpful? Give feedback.
-
Good morning
But that just kept giving me errors when I got to the To install ganache-cli on your terminal you need to run |
Beta Was this translation helpful? Give feedback.
-
hi @SamuelOsewa , I just tried to install the cli |
Beta Was this translation helpful? Give feedback.
Good morning
So I was a bit overwhelmed yesterday with the deploying not working and it seems like all I needed was a good night's sleep to reset and think about the error from another angle. I opened the ubuntu app outside vs code and I tried installing ganache on there to see if it would work using
But that just kept giving me errors when I got to the
npm install
part so I decided to try out installing the ganache cli which didn't work when I tried using it yesterday on the VS code terminal and it workedTo install ganache-cli on your terminal you need to run
npm install -g ganache-cli
in yo…