We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
ts-jest.28.0.8 를 설치하려고 시도했습니다.
ts-jest.28.0.8
ts-jest 28.0.8 버전이 jest@29.0.1 과 호환되지 않는 문제가 발생했습니다.
ts-jest 28.0.8
jest@29.0.1
기존의 ~/node_modules 를 삭제하고 devDependency 를 다운그레이드 하여 피어 종속성 문제를 해결하였습니다.
~/node_modules
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)
The text was updated successfully, but these errors were encountered:
unchaptered
No branches or pull requests
한 일
ts-jest.28.0.8
를 설치하려고 시도했습니다.에러 내용
ts-jest 28.0.8
버전이jest@29.0.1
과 호환되지 않는 문제가 발생했습니다.조치 사항
기존의
~/node_modules
를 삭제하고 devDependency 를 다운그레이드 하여 피어 종속성 문제를 해결하였습니다.따라서 package.json 파일이 다음과 같이 변경되었습니다.
환경 설정
The text was updated successfully, but these errors were encountered: