awslabs / aws-api-gateway-developer-portal

A Serverless Developer Portal for easily publishing and cataloging APIs
Apache License 2.0
924 stars 399 forks source link

npm install dependency error #600

Open zhao-xing-xz opened 1 year ago

zhao-xing-xz commented 1 year ago
# 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://git@github.com/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 commented 1 year ago

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

mchepuri commented 1 year ago

I am also facing the same issue

levistovall commented 1 year ago

I'm having the same problem.

leowenlu commented 1 year ago

same error here

weotch commented 1 year ago

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 commented 1 year ago

Same error here

ricesqgue commented 1 year ago

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

robnewport commented 8 months ago

Same error here.