Lesson 9: "yarn global add hardhat-shorthand" installation does not work #1334
-
Hi everyone, But if I use the command |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 7 replies
-
@BenRai1 Use |
Beta Was this translation helpful? Give feedback.
-
The beginner-friendly way:
Further customization instructions below:In your package.json file, copy this: "scripts": {
"hh": "hardhat"
} Now, if you do Note: if you already have scripts, just insert the Hope this answers your query! |
Beta Was this translation helpful? Give feedback.
@BenRai1 Use
yarn add --global hardhat-shorthand