We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I was trying to setup and test this subgraph but when I run npm -i I get the following error on a dependency...
npm -i
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
The text was updated successfully, but these errors were encountered:
Thanks for your report, we have upgraded the dependency, now you can install with yarn
yarn
Sorry, something went wrong.
No branches or pull requests
I was trying to setup and test this subgraph but when I run
npm -i
I get the following error on a dependency...The text was updated successfully, but these errors were encountered: