lesson-14 #2746
-
Does anyone know what is this all about? It suddenly stopped taking commands when i tried to AND yes i did run |
Beta Was this translation helpful? Give feedback.
Replies: 6 comments 10 replies
-
I think while getting |
Beta Was this translation helpful? Give feedback.
-
@TimeKeyRoll : You have to compile the contract in order to get the artifacts folder! |
Beta Was this translation helpful? Give feedback.
-
@TimeKeyRoll try what @abossofmyself has mentioned and if it doesn't work you can also try checking this StackOverFlow question. |
Beta Was this translation helpful? Give feedback.
-
Since you already installed the dependencies, doing However, please make sure the logic is correct else it will not compile. |
Beta Was this translation helpful? Give feedback.
-
Hey @TimeKeyRoll if you are working on windows, which I know you are, sometimes windows throws this error because you are using a global installation of hardhat instead of the local one that you installed in this specific folder. When you get this error, you normally can't run any commands thats why when you run |
Beta Was this translation helpful? Give feedback.
-
I have run |
Beta Was this translation helpful? Give feedback.
I have run
npm install --save hardhat
and then triednpm install
as well.now that error is gone but this new error is here.