apigee-127 / swagger-tools

A Node.js and browser module that provides tooling around Swagger.
MIT License
701 stars 374 forks source link

Node 12? #611

Open mastermatt opened 4 years ago

mastermatt commented 4 years ago

I know this project isn't maintained anymore. I'm posting this more for community feedback.

As anyone else been able to successfully run this library on Node v12?

I have an Express app that I was looking to move up to the latest LTS that stalls during setup and never accepts incoming connections. I believe I've narrowed it down to some async logic in swagger-tools.

I plan on doing a better deep-dive to identify the issue. I'll post my findings here. If anyone has already gone through this pain, let me know.