nest 디버깅 모드 오류
Opened this issue · 0 comments
redundant4u commented
문제:
nest start --watch
로 디버깅 모드 진입 후 tsconfig.json 파일을 저장하면 다음과 같은 오류가 뜨면서 서버 종료하는 현상 발생
const { paths = {}, baseUrl = './' } = compilerOptions;
^
TypeError: Cannot read properties of undefined (reading 'paths')
원인:
tsconfig-paths
모듈의 paths 부분을 불러오지 못해 발생한 오류로 추정
해결: