일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 | 29 |
30 | 31 |
- 마이바티스
- 파이썬
- Python
- Winform
- DataGridView
- 코틀린
- 자바
- 스프링
- design pattern
- 리팩토링
- kubernetes
- Spring Boot
- mybatis
- MySQL
- 리액트
- github
- Kotlin
- 쿠버네티스
- VOA
- react
- machine-learning
- AWS
- Java
- docker
- 도커
- 스프링부트
- springboot
- c#
- Spring
- git
- Today
- Total
목록Node (2)
보뇨 다이어리
NestJS 다시 공부할겸 겸사겸사 내용 정리DI 를 통해서 제어역전이 일어나는데 Interface 를 통해 의존을 넣을경우 @Inject 없을때 제목과 같은 에러가 나옴12345678910[Nest] 59577 - 11/25/2024, 4:19:43 PM LOG [NestFactory] Starting Nest application...[Nest] 59577 - 11/25/2024, 4:19:43 PM ERROR [ExceptionHandler] Nest can't resolve dependencies of the AppService (?). Please make sure that the argument "AppSimpleRepository" at index [0] is available..

npm 으로 새 프로젝트 만들다가 갑자기 이런 오류남 아무리 프로그램 추가/제거에서 삭제해도 같은 오류를 뱉어내니 어디 글로벌변수라도 있는건가 싶어서 찾아봤더니 진짜 있더라... 바로 이렇게 진행하면 된다! Go to \global_modules\node_modules, (C:\Users\youruser\AppData\Roaming\npm ) (C:\Users\youruser\AppData\Roaming\npm-cache)** Delete the "npm" folder and all its contents, Go to https://nodejs.org, Download the "Recommended For Most Users" version), Install it 출처 https://stackoverfl..