Lesson 9: hardhat shorthand, zsh: command not found: hh #5161
-
I have installed the hardhat-shorthand but when i run the command "hh compile" it is giving this error:- |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
@Shahil-Hussain01 Run this and try after it; npm install --global hardhat-shorthand |
Beta Was this translation helpful? Give feedback.
-
I asked ChatGPT about this error and it solved my issue. Now i can use hardhat shorthand. |
Beta Was this translation helpful? Give feedback.
-
If you are using yarn, run sudo yarn global add hardhat-shorthand |
Beta Was this translation helpful? Give feedback.
I asked ChatGPT about this error and it solved my issue. Now i can use hardhat shorthand.
used this command:
sudo npm install -g hardhat-shorthand