Lesson 5 : The contract does not gets deployed #555
-
I ran the command "node deploy.js". For about 5 minutes it just says " deploying, please wait... " and then I get the error : No network error. |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 34 replies
-
@yatinkhandelwal could you please share your deploy.js file as well. |
Beta Was this translation helpful? Give feedback.
-
Already answered. #34 (comment) |
Beta Was this translation helpful? Give feedback.
-
when checking the ganache version it says command not found. What to do in this case? okay so, I tried the command npm install -g ganache and it did install ganache but still I get the same error as mentioned first no network error. |
Beta Was this translation helpful? Give feedback.
-
Try installing ethers again. |
Beta Was this translation helpful? Give feedback.
-
I don't know what the issue is but all the packages I installed be it solc, ethers they are present in package.json file, but when I check for the version of a particular package like ethers using command : |
Beta Was this translation helpful? Give feedback.
I don't know what the issue is but all the packages I installed be it solc, ethers they are present in package.json file, but when I check for the version of a particular package like ethers using command :
ethers --version
, it produces an error saying :command not found