I facing these error while run the npx run hardhat #2862
-
npm WARN config global Starting: hardhat Error: Cannot find module 'C:\Users\DELL\Desktop\PracticeRolex\hardhat' |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
You have to do |
Beta Was this translation helpful? Give feedback.
You have to do
npx hardhat
, notnpx run hardhat
. Did you copy that command from somewhere? Maybe there's an error in our docs or in some community resource.