Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Instructions in hardhat readme are incorrect #730

Open
banshee opened this issue Mar 4, 2022 · 1 comment
Open

Instructions in hardhat readme are incorrect #730

banshee opened this issue Mar 4, 2022 · 1 comment

Comments

@banshee
Copy link

banshee commented Mar 4, 2022

If you check out and then try to build the hardhat examples, it fails:

james@gig ~/git/ethcontract-rs/examples/hardhat (main)$ yarn run build
yarn run v1.22.4
$ hardhat compile
/bin/sh: 1: hardhat: not found
error Command failed with exit code 127.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
@nlordell
Copy link
Contributor

nlordell commented Mar 5, 2022

Thanks for reporting! It looks like the instructions are missing:

yarn

To install the package.json dependencies (which includes hardhat).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants