Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug : jest lib & configuration #2

Closed
unchaptered opened this issue Aug 30, 2022 · 0 comments
Closed

Bug : jest lib & configuration #2

unchaptered opened this issue Aug 30, 2022 · 0 comments
Assignees
Labels
bug 버그 발생 lib 라이브러리 설치 및 업데이트

Comments

@unchaptered
Copy link
Member

unchaptered commented Aug 30, 2022

한 일

ts-jest.28.0.8 를 설치하려고 시도했습니다.

에러 내용

ts-jest 28.0.8 버전이 jest@29.0.1 과 호환되지 않는 문제가 발생했습니다.

image

조치 사항

기존의 ~/node_modules 를 삭제하고 devDependency 를 다운그레이드 하여 피어 종속성 문제를 해결하였습니다.

npm i jest@28.1.3 @jest/types@28.1.3 @types/jest@28.1.8 -D

따라서 package.json 파일이 다음과 같이 변경되었습니다.

"@jest/types": "^28.1.3",
"@types/jest": "^28.1.8",
"jest": "^28.1.3",

환경 설정

OS: Windows
Node: 16.15.1(unchpatered)
npm : 8.1.1(all)
@unchaptered unchaptered added the bug 버그 발생 label Aug 30, 2022
@unchaptered unchaptered added the lib 라이브러리 설치 및 업데이트 label Aug 31, 2022
@unchaptered unchaptered added this to the 프로젝트 셋팅 milestone Aug 31, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 버그 발생 lib 라이브러리 설치 및 업데이트
Projects
None yet
Development

No branches or pull requests

2 participants