작성자 없음
작성자 정보가 삭제된 글입니다.
해결된 질문
22.02.07 17:26 작성
·
592
0
안녕하세요.
npm run seed:run 을하면
🌱 TypeORM Seeding v1.6.1
✖ Could not load the config file!
TypeORMError: No connection options were found in any orm configuration files.
이런 에러가 발생해서
제로초님 깃허브로 전부 복사해도 똑같이 해결이안되는데 이유를 혹시 아시나요?
메세지를 보면 ormconfig.ts를 못찾는거같아요.
.env도 입력했고 프론트도 들어서 강의그대로 자동생성 진행했고, entities폴더도 깃허브로 바꿨어요. 그리고 package.json, ormconfig,create-initial-data 이런거 전부 복사해서 다시 해보고 경로도 맞아서 오타문제는 아닌거같은데..
forRoot()부분에 옵션을 직접 넣어보기도 하고
엔티티부분을
entities: ["entities/*.js"] 이거도 해보고
entities: ["dist/**/**.entity{.ts,.js}"] 이렇게 바꿔보기도
package.json의 typeorm부분을
"typeorm": "ts-node -r tsconfig-paths/register ./node_modules/typeorm/cli.js --config src/ormconfig.ts",
이랗게 바꿔보기도 했는데 에러는 그대로 여서 잘 모르겠네용
답변 4
0
Error: Nest can't resolve dependencies of the ShopsService (ShopsRepository, ?). Please make sure that the argument UsersRepository at index [1] is available in the ShopsModule context.
Potential solutions:
- If UsersRepository is a provider, is it part of the current ShopsModule?
- If UsersRepository is exported from a separate @Module, is that module imported within ShopsModule?
@Module({
imports: [ /* the Module containing UsersRepository */ ]
})
제로초님 이부분이 왜 에러가 나는것일까요..? 강의들으면서 궁금했습니다..
0
제로초님 그리고 하나만 더 여쭤봐도될까요 ?
2022. 06. 21. 12:02
어떤 에러메시지가 뜨시나요?