Im running a fresh install of opensaas wasp, following the documentation, and im failing at the wasp db migrate-dev step with the following error:
--- Database successfully set up. ----------------------------------------------
--- Building SDK... ------------------------------------------------------------
[ Wasp ] > wasp@1.0.0 build [ Wasp ] > tsc && node ./scripts/copy-assets.js [ Wasp ] [ Wasp ] api/events.ts(11,32): error TS2315: Type 'Emitter' is not generic. [ Wasp ] api/events.ts(11,58): error TS2558: Expected 0 type arguments, but got 1.
--- [Error] Your wasp project failed to compile: -------------------------------
- SDK build failed with exit code: 2
--- [Error] Compilation of wasp project failed: --------------------------------