We're using pre-commit to validate our nango-integrations folder. We just moved over to the new non-yaml implementation and replaced our previous nango generate with nango compile now our pre-commit check for nango never finishes.
Tracking the issue: when I comment out all the ora references in: https://github.com/NangoHQ/nango/blob/master/packages/cli/lib/zeroYaml/compile.ts the compile step completes with no issues when triggered by pre-commit
It looks like ora is only used within this single file; which is the reason why all other nango commands work fine with the pre-commit hooks.
I've searched the ora issues for any mention of this problem and haven't found anything yet.
I'm putting together a reproduction repo with pre-commit and ora. And will provide it here for your further investigation.