반응형
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- react-ga
- git squash
- s3이미지다운로드됨
- awss3
- gitsquash
- FirebaseAnalytics
- 가상면접3장
- formik react-query submitting not working
- 리팩토링2판4장
- 가상면접2장
- react
- Git commit 합치기
- file not found Error
- 시스템설계면접
- 시스템설계방법
- 테스트코드책
- 시스템설계
- 디자인패턴
- git commit 협업
- cypressBDD
- 가상면접으로대규모시스템
- cypress React
- 리액트구글애널리틱스
- 전략패턴
- 시스템설계면접예시
- 시스템설계면접팁
- 리팩터링2판테스트
- formik submitting not working
- 헤드퍼스트전략패턴
- git commit merge
Archives
- Today
- Total
mingg IT
Cannot find module 'webpack-cli/bin/config-yargs 해결법 본문
typeScript에서 jest를 이용하여 테스트 코드를 짜려고
yarn jest를 하였을때 발생하는 에러메세지이다.
webpack과 ts-jest 버전이 맞지않아서 발생한 문제인데
진짜 해맸다. 버전 계속 바꾸어보며 찾았다.
사용 가능 버전
"webpack-cli": "^3.2.1",
"webpack-dev-server": "^3.11.0",
"webpack-manifest-plugin": "^2.2.0"
"ts-jest": "^26.4.4",
혹은
"webpack-cli": "^3.2.1",
"webpack-dev-server": "^3.11.0",
"webpack-manifest-plugin": "^2.2.0"
"ts-jest": "^27.0.0-next.12",
'FrontEnd' 카테고리의 다른 글
[Windows] yarn start 안될 때, C:\Users\~ 파일을 로드할 수 없습니다 (0) | 2021.06.29 |
---|---|
Monaco-editor jest Cannot use import statement outside a module (0) | 2021.06.24 |
TypeError: Jest: a transform must export something (0) | 2021.06.22 |
[React] Property 'inputPanelDataZone' does not exist on type 'JSX.IntrinsicElements'. (0) | 2021.06.08 |
[React] TodoList 예제 (버튼 클릭 시 항목 추가) (0) | 2021.02.02 |
Comments