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

Update thegraph related dependencies #58

Merged
merged 1 commit into from
Jan 15, 2024
Merged

Conversation

bowd
Copy link
Contributor

@bowd bowd commented Jan 12, 2024

Without this change I get the following error when trying to install from github:

npm ERR! npm ERR! An unknown git error occurred
npm ERR! npm ERR! command git --no-replace-objects ls-remote ssh://[email protected]/hugomrdias/concat-stream.git
npm ERR! npm ERR! remote: Support for password authentication was removed on August 13, 2021.
npm ERR! npm ERR! remote: Please see https://docs.github.com/en/get-started/getting-started-with-git/about-remote-repositories#cloning-with-https-urls for information on currently recommended modes of authentication.
npm ERR! npm ERR! fatal: Authentication failed for 'https://github.com/hugomrdias/concat-stream.git/'
npm ERR!

This has to do with the fact that at some point in the dependency tree the concat-stream package is referenced from source at ssh://[email protected]/hugomrdias/concat-stream.git but this package is no longer public, as can be seen by accessing https://github.com/hugomrdias/concat-stream.

However if I update the dependencies everything seams to work ok.

@Amxx Amxx merged commit cbf254d into OpenZeppelin:main Jan 15, 2024
1 check passed
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.

2 participants