You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
During running this script, it will ask something like this
? What do you want to do? …
Create a JavaScript project
▸ Create a TypeScript project
Create a TypeScript project (with Viem)
Create an empty hardhat.config.js
Quit
Here you must need to choose 2nd option : Create a TypeScript project by using WASD key
And then keep pressing enter for 3 times
Troubleshooting
If you r facing issues like curl command not found then use this command to install curl and then run the above installation command that starts with curl
sudo apt update && sudo apt install curl
If you r facing issues like wget command not found then use this command to install wget and then run the above installation command that starts with wget