Open mrthankyou opened 2 years ago
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.
Yes, PR is welcome, pls submit your code.
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