cdbattags / typeorm-inheritance

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

To Reproduce the Issue

Install Dependencies

yarn

Generate Migration

yarn typeorm migration:generate test

Run Migration

yarn typeorm migration:run

Start the Server

yarn dev

Navigate to Home

Go to http://localhost:3000

See Error

error - ReferenceError: Cannot access 'FullAuditEntity' before initialization
at Module.FullAuditEntity (webpack-internal:///(api)/./src/entities/common/FullAuditEntity.ts:4:64)
at eval (webpack-internal:///(api)/./src/entities/common/WithOwnerEntity.ts:18:93)

About


Languages

Language:TypeScript 91.4%Language:JavaScript 8.6%