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

Error HH8: There's one or more errors in your config file: #106

Open
skolaautomat opened this issue Jun 29, 2021 · 2 comments
Open

Error HH8: There's one or more errors in your config file: #106

skolaautomat opened this issue Jun 29, 2021 · 2 comments

Comments

@skolaautomat
Copy link

skolaautomat commented Jun 29, 2021

Hi, I downloaded the code and tried to compile it but I experience many issues in the default configuration for developers. It would be great if you can bring more detailed steps in the Readme file.

Error HH8: There's one or more errors in your config file:

To learn more about Hardhat's configuration, please go to https://hardhat.org/config/

For more info go to https://hardhat.org/HH8 or run Hardhat with --show-stack-traces
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.

@viratjshah
Copy link

I am facing same issue

@shankinson
Copy link
Contributor

@skolaautomat @viratjshah I was just able to get things compiled and tests passing. I did the following:

For Mac, install solidity 0.6.10 as per https://docs.soliditylang.org/en/v0.8.7/installing-solidity.html, git hash taken from the Set Protocol Readme (https://github.com/SetProtocol/set-protocol-v2/blob/master/README.md)

brew update
brew upgrade
brew tap ethereum/ethereum
brew install solidity
git clone https://github.com/ethereum/homebrew-ethereum.git
cd homebrew-ethereum
git checkout 06d13a8499801dc3ea4f19b2d24ed2eeb3072ebb
brew unlink solidity
brew install solidity.rb

Then I essentially followed the steps shown in the circleci yaml file (https://github.com/SetProtocol/set-protocol-v2/blob/master/.circleci/config.yml):

git clone https://github.com/SetProtocol/set-protocol-v2.git
cd set-protocol-v2
cp .env.default .env
yarn install
yarn build
yarn chain # in a different terminal window
yarn test
yarn coverage

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

Successfully merging a pull request may close this issue.

3 participants