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

 install failed with ERROR  Command failed with exit code 128 #2410

Open
quantuminformation opened this issue May 4, 2024 · 1 comment

Comments

@quantuminformation
Copy link

quantuminformation commented May 4, 2024

I tried pnpm i --save-dev

 Command failed with exit code 128: git ls-remote git+ssh://[email protected]/yargs/helpers.git HEAD
[email protected]: Permission denied (publickey).
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
@shadowspawn
Copy link
Member

Was this an install in a configured package, or were you trying to add yargs? What command did you use? (pnpm does not support the --save-dev option.)

From the error message, yargs/helpers is not a package or a repository, it is an entry point in the yargs package. So if something is explicitly referencing that as a package or a repository, that might be the problem.

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