카테고리 없음

[Storybook] ~virtual:@storybook\builder-vite\preview-entry.js". Does the file exist?

deep__sea 2024. 4. 1. 12:16
728x90

에러

"..........\virtual:@storybook\builder-vite\preview-entry.js". Does the file exist?

storybook을 실행하다가 위와 같은 에러가 발생하였습니다.


먼저, Storybook cache를 삭제해 봤으나 실행에 실패하였습니다. 그래서 Storybook을 재설치 해 보았으나 이 방법 또한 실패했습니다.

 

원인

찾아보니 Windows 환경에서의 파일 경로 문제였습니다. 해당 프로젝트 파일의 경로 중 한글이 존재했습니다. ㅠㅠ

해결 방법

모든 경로가 영문이 되도록 수정 후 다시 실행하니 정상 작동하였습니다!

 

 

끗!


참고 : Vite preview-entry.js Not Found · Issue #19108 · storybookjs/storybook

 

Vite preview-entry.js Not Found · Issue #19108 · storybookjs/storybook

Describe the bug For several versions I have not been able to use the "feature storyStoreV7" because I get the error "preview-entry.js Not Found", I expected that with version 7 it would be solved,...

github.com

728x90
반응형