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 |
29 | 30 | 31 |
Tags
- vue 지역 컴포넌트
- SCSS extend
- Vue
- 프로그래머스 데브코스
- react next
- SCSS forward
- 다른컴퓨터에서 git사용
- vuex map
- 리액트
- KDT 프로그래머스 데브코스 프론트엔드
- 쌓임맥락
- 고양이 사진 검색기
- 리스트 렌더링
- git 같은계정 다른 컴퓨터
- 프로그래머스 K_Digital Training
- intersection opserver
- Spacer
- SCSS import
- postcss
- 이벤트 수식어
- vue 이벤트 수신
- 프로그래머스 데브코스 프론트엔드
- netlify redirect
- 폼 입력 바인딩
- flex
- KDT 프로그래머스
- vue mixin
- SCSS use
- nextjs사용법
- 프로그래머스 프론트엔드 데브코스
Archives
- Today
- Total
혼자 적어보는 노트
[Error/Storybook] ModuleNotFoundError: Module not found: Error 본문
nextjs + ts 환경에서 storybook을 설치하고
yarn storybook을 했는데 webpack building 99% 이후 아래와 같은 에러가 발생했다
ModuleNotFoundError: Module not found: Error: Can't resolve
내 폴더 경로/node_modules/@storybook/addon-measure/preview.js-generated-config-entry.js doesn't exist
에러 메세지의 경로를 보니 module 안에서 문제가 있는 것 같았는데
오랜시간 헤매다 찾은 글로 임시로 해결했다.
// package.json
"resolutions": {
"enhanced-resolve": "5.10.0"
}
'Error' 카테고리의 다른 글
[emotion] Component selectors can only be used in conjunction with babel-plugin-emotion (0) | 2023.01.30 |
---|---|
The following untracked working tree files would be overwritten by checkout (0) | 2022.11.06 |
[Webpack] webpack-dev-server script 2번 실행 (0) | 2022.09.01 |
Component definition is missing display name (0) | 2022.07.29 |
모바일 이미지 업로드 시 이미지 회전 현상 (0) | 2022.07.12 |
Comments