ts-jest
-
[nestjs] nest new 오류 (ts-jest)etc. 2023. 2. 28. 21:18
nest new 키워드로 nest 프로젝트를 만드려고 하는데 아래의 문구가 뜨면서 패키지 설치가 실패되었다고 한다. ▸▹▹▹▹ Installation in progress... ☕ Failed to execute command: yarn install --silent ✖ Installation in progress... ☕ 🙀 Packages installation failed! In case you don't see any errors above, consider manually running the failed command yarn install to see more details on why it errored out 찾아보니 설치하는 라이브러리 중 ts-jest가 KT와 관련하여 문제가 있다고 ..