728x90
반응형
Cannot find module 'react/jsx-runtime' or its corresponding type declarations.
지긋지긋한 놈
터미널에서 오류도 안잡혀서 삽질을 참 많이 했다.
잘 깔린 module을 인식 못하는 것이기에
.yarn > cache 폴더를 지우고 다시 yarn install 해주자
에디터를 껏다 키면 indexing되면서 잘 된다.
만약 이게 안 된다면.. 함께 고민해보자 화이팅.
참고 블로그
더보기
https://kimtaekju-study.tistory.com/374
[React] Can't not find module 에러 발생시 대처 방법
./node_modules/react-sortablejs/dist/index.es.jsCannot find module: 'sortablejs'. Make sure this package is installed. 예를들어 위와 같은 에러 발생 시 대처 순서1. node_modules를 다 지우고 다시 받아 본다여기서 95%이상 해결
kimtaekju-study.tistory.com
https://develop-famous.tistory.com/170
12.29 오류
uikit을 storybook으로 열어보려고 실행해봤더니 'start-storybook' command not found 계속이런 오류가 떳다. yarn이 아니라 npm install을 해야한다고 해서 rm -rf node_modules로 삭제후 npm install을 다시 하고 npm start
develop-famous.tistory.com
728x90
반응형