awslabs / aws-api-gateway-developer-portal

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

Local build `node run install release` no longer works #632

Open robnewport opened 1 year ago

robnewport commented 1 year ago

Pulling the code and running node run install release does not build locally anymore. The dependency errors are too numerous to mention e.g. ev1stensberg error:

npm ERR! npm ERR! command git --no-replace-objects ls-remote ssh://git@github.com/ev1stensberg/generator.git
npm ERR! npm ERR! ERROR: Repository not found.

Has anyone successfully run a local build?

Would there be any interest in me weeding through them to update the package.json?

kuncevic commented 1 year ago

Could it be related? https://github.com/awslabs/aws-api-gateway-developer-portal/issues/564

robnewport commented 1 year ago

Yes!

It got resolved when I downgraded to node v14.

this comment by @arnabghoshTW in that post fixed my issue too.

phorozan commented 4 months ago

I still have the same the issue, downgrading node didn't help. any advice?

phorozan commented 4 months ago

I resolved the issue by downgrading the npm to 6.14.18. I was using nvm and in this case it didn't work.