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

npm -i fails on concat-stream #16

Open
kmjones1979 opened this issue Jan 16, 2024 · 1 comment
Open

npm -i fails on concat-stream #16

kmjones1979 opened this issue Jan 16, 2024 · 1 comment

Comments

@kmjones1979
Copy link

I was trying to setup and test this subgraph but when I run npm -i I get the following error on a dependency...

1141 verbose stack Error: An unknown git error occurred
1141 verbose stack     at makeError (/Users/x/.nvm/versions/node/v18.17.1/lib/node_modules/npm/node_modules/@npmcli/git/lib/make-error.js:28:13)
1141 verbose stack     at /Users/x/.nvm/versions/node/v18.17.1/lib/node_modules/npm/node_modules/@npmcli/git/lib/spawn.js:37:26
1142 verbose cwd /Users/x/projects/thegraph/linear-subgraph
1143 verbose Darwin 23.1.0
1144 verbose node v18.17.1
1145 verbose npm  v9.6.7
1146 error code 128
1147 error An unknown git error occurred
1148 error command git --no-replace-objects ls-remote ssh://git@github.com/hugomrdias/concat-stream.git
1149 error ERROR: Repository not found.
1149 error fatal: Could not read from remote repository.
1149 error
1149 error Please make sure you have the correct access rights
1149 error and the repository exists.
1150 verbose exit 128
@arkff202310
Copy link
Contributor

arkff202310 commented Jun 19, 2024

Thanks for your report, we have upgraded the dependency, now you can install with yarn

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

No branches or pull requests

2 participants