Do we need to make any changes after cloning github of this course? #519
-
I started encountering this error for days and ive been stuck on it, tried most strategies i was given in this community but it didnt work.. Error keep saying "Cannot find module" so i had to delete all my files and decided to start afresh and clone the repo to make it all easier so im wondering if there are changes to be made on my files after cloning.. Maybe changing private keys, RPC url and stuff? or do we leave it that way??? please how do i go about it so i dont make any mistakes? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 11 replies
-
@Benrockiee Why do not you create things step by step as Patric is showing in the video for each lesson, this way you can figure out which step is not working for you. And as I told you for best practice, create all things yourself so you can understand the connection between things. |
Beta Was this translation helpful? Give feedback.
-
If your referring to hardhat throwing that error when you try to run it after you install all the dependencies and fill out your .env file, you can try invoking it using a different package manager, such as:
if that doesn't work try
|
Beta Was this translation helpful? Give feedback.
@Benrockiee Why do not you create things step by step as Patric is showing in the video for each lesson, this way you can figure out which step is not working for you. And as I told you for best practice, create all things yourself so you can understand the connection between things.