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
I have discovered the problem. It appears that chainlink has a broken dependency. Updating it to chainlink 0.3.1 in package.json resolved the issue. I also was sure to fill out the .env file with the appropriate keys (I left that blank in my initial testing).
I can submit a PR for a change in the package.json if you would like. Just let me know. Thanks.
Describe the bug
When running
yarn install
inside the docker container, the following error is produced:To Reproduce
Steps to reproduce the behavior:
.env
file.docker-compose up
docker-compose exec contracts-env bash
yarn install
inside the docker container.Expected behavior
No errors and installation should be successful.
Screenshots
N/A
Desktop (please complete the following information):
Smartphone (please complete the following information):
N/A
Additional context
N/A
The text was updated successfully, but these errors were encountered: