Skip to content

Commit

Permalink
Add more info about hardhat compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
forefy committed Feb 16, 2024
1 parent f43e835 commit ac5a8e2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions eburger/utils/installers.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,13 +142,17 @@ def install_hardhat_if_not_found():
run_command(
construct_sourceable_nvm_string("yarn add --dev hardhat"),
directory=settings.project_root,
shell=True,
live_output=True,
)
else:
run_command(
construct_sourceable_nvm_string(
"npm install --save-dev hardhat"
),
directory=settings.project_root,
shell=True,
live_output=True,
)
except:
log(
Expand Down

0 comments on commit ac5a8e2

Please sign in to comment.