Issue Description: What’s happening?
I’m trying to run 8base migration commit but always failed and returns
error: Compilation failed:
Error: “node_modules/@types/babel__traverse/index.d.ts” (314,10): An index signature parameter type must be either ‘string’ or ‘number’.
Error: “node_modules/@types/node/events.d.ts” (109,43): A rest parameter must be of an array type.
Error: “/var/task/node_modules/@types/express-serve-static-core/index.d.ts” (496,18): Interface ‘Response’ incorrectly extends interface ‘ServerResponse’.
Property ‘req’ is optional in type ‘Response’ but required in type ‘ServerResponse’.
also, it happens too when I run migration status.
Reproduce the Issue: What steps can someone take to replicate the problem?
I’m in dev environment and I created tables and fields, so
- 8base migration generate —> ok
- 8base environment set -n “qa” —> ok
- 8base migration commit —> boom! crashed!
I tried to run 8base deploy and fails as well.
Expected Behavior: What did you expect to happen?
make full migration from one environment to another
Actual Behavior: What actually happened?
crash seconds later when I run migration commit or status or deploy
More details or screenshot
I have nodejs 20.11.0
8base.yml hast nodeVersion:20
This error starts 1moth ago when 8base update his cli to 0.1.0 version
I really appreciate your help!