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

Fix old dependencies causing 404 errors on initial install #328

Open
wants to merge 3 commits into
base: challenge-2-token-vendor
Choose a base branch
from

Conversation

ottodevs
Copy link

@ottodevs ottodevs commented Sep 7, 2023

Some issues during initial yarn install

I investigated the issues preventing yarn install to complete:

  1. Related to old @graphprotocol/graph-cli depending on github.com/hugomrdias/concat-stream that does not exist anymore.
  2. Related to "@nomiclabs/hardhat-ethers": "npm:hardhat-deploy-ethers", that does not found the package.

Solution adopted

  • Bump both dependencies to latest versions

Observations

  • I only checked this challenge-2 branch, but probably may affect other branches

  • The solution is just a patch, a most robust fix would be to update scaffold-eth upstream versions

  • Not tested since there are no tests, but with this solution it is possible to at least complete challenge-2 that was broken for several weeks/months

Fixes #323

@ottodevs ottodevs changed the base branch from master to challenge-2-token-vendor September 7, 2023 06:24
@ottodevs ottodevs changed the title fix/old deps cause 404 Fix old dependencies causing 404 errors on initial install Sep 7, 2023
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 this pull request may close these issues.

1 participant