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 install dependency error #600

Open
zhaoxing-xz opened this issue Nov 29, 2022 · 8 comments
Open

npm install dependency error #600

zhaoxing-xz opened this issue Nov 29, 2022 · 8 comments

Comments

@zhaoxing-xz
Copy link

zhaoxing-xz commented Nov 29, 2022

# npm install swagger-ui@github:awslabs/swagger-ui#apigw-fork-v4
npm ERR! npm ERR! code 128
npm ERR! npm ERR! An unknown git error occurred
npm ERR! npm ERR! command git --no-replace-objects ls-remote ssh://[email protected]/ev1stensberg/generator.git
npm ERR! npm ERR! command-line line 0: unsupported option "accept-new".
npm ERR! npm ERR! fatal: Could not read from remote repository.
npm ERR! npm ERR! 
npm ERR! npm ERR! Please make sure you have the correct access rights
npm ERR! npm ERR! and the repository exists.

The repository is gone!

@MaherAzzabi
Copy link

any updates on this please ? I am facing the same issue

@mchepuri
Copy link

I am also facing the same issue

@levistovall
Copy link

I'm having the same problem.

@leowenlu
Copy link

same error here

@weotch
Copy link

weotch commented Dec 19, 2022

I am using yarn on my project and I used it's selective dependency resolutions feature to resolve this. I added this to my package.json:

  "resolutions": {
    "webpack-cli/**/yeoman-generator": "file:./node_modules_archive/yeoman-generator"
  }

Here's a backup of git://github.com/ev1stensberg/generator.git#Feature-getArgument that I had in my local node_modules that I copied to that node_modules_archive directory.

@ET-CS
Copy link

ET-CS commented Jan 21, 2023

Same error here

@ricesqgue
Copy link

ricesqgue commented Mar 23, 2023

Same error here, does anyone have a solution for this?

@robnewport
Copy link

Same error here.

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

9 participants