Skip to content

Fix old dependencies causing 404 errors on initial install#328

Open
ottodevs wants to merge 3 commits intoscaffold-eth:challenge-2-token-vendorfrom
ottodevs:fix/old-deps-cause-404
Open

Fix old dependencies causing 404 errors on initial install#328
ottodevs wants to merge 3 commits intoscaffold-eth:challenge-2-token-vendorfrom
ottodevs:fix/old-deps-cause-404

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