-
Good morning everyone, i'm at lesson 9, specifically at the part in which hardhat-shorthand is being installed, during this process i run into some issues firstly i had a problem with trustendinstaller, because every time I tried to run hh-compile instead of compiling my code it poped-up a window ( https://ethereum.stackexchange.com/questions/103736/trouble-getting-hardhat-shorthand-plugin-for-hardhat-to-work-using-hh-short) here the guide that i used, in case someone else will have the same issue. After solving it, another problem has popped out, basically the terminal doesn't recognize hh has a term/cmdlet and i can't run hh nor hh compile, now i'm trying to solve it but i didn't find a solution yet, does anyone had and solved the same problem? Thanks in advantage for your answers. |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 10 replies
-
This looks like some random windows BS that would take a lot of time for me to solve :/ For now, I'd just continue without the shorthand. |
Beta Was this translation helpful? Give feedback.
-
have you tried installing hardhat-shorthand using sudo? worked for me. without sudo privileges there might be an issue installing the |
Beta Was this translation helpful? Give feedback.
-
Had the same problem on WSL. Instead of using Yarn, installed it via npm:
Works fine now. |
Beta Was this translation helpful? Give feedback.
-
Have you added the Yarn install location to your path (as described here)? export PATH="$(yarn global bin):$PATH" Unfortunately, I don’t know how to add to your path on Windows. May the force be with you. |
Beta Was this translation helpful? Give feedback.
have you tried installing hardhat-shorthand using sudo? worked for me. without sudo privileges there might be an issue installing the
hh
link in the relevant /bin directory