You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
newbie here, trying to get started, and starting yarn yarn bootstrap yarn prepare:husky yarn seed yarn start
at getting:
`src/entities/repository/mikro-orm-product-review.repository.ts:1:46 - error TS2307: Cannot find module '../../core/repository/mikro-orm-base-entity.repository' or its corresponding type declarations.
1 import { MikroOrmBaseEntityRepository } from '../../core/repository/mikro-orm-base-entity.repository';`
any suggestions,
The text was updated successfully, but these errors were encountered:
evereq
changed the title
unable to follow local build / run instructions
[Bug] Unable to follow local build / run instructions - build failing
Mar 22, 2024
newbie here, trying to get started, and starting
yarn yarn bootstrap yarn prepare:husky yarn seed yarn start
at getting:
`src/entities/repository/mikro-orm-product-review.repository.ts:1:46 - error TS2307: Cannot find module '../../core/repository/mikro-orm-base-entity.repository' or its corresponding type declarations.
1 import { MikroOrmBaseEntityRepository } from '../../core/repository/mikro-orm-base-entity.repository';`
any suggestions,
The text was updated successfully, but these errors were encountered: