no such file or directory, open 'E:\projects\myCore\myCore\.next\BUILD_ID
오류 해결
next project 를 start 했을 때
npm run start
예를 들어 이런 식으로 오류가 난다. (다른 곳에서 캡쳐)
1. update node and next latest version.
2. npm uninstall next
3. npm install next
4. npm run build
5. npm run start
이렇게 버전 업데이트 하고, 다시 next 설치 후 빌드 해주면 해결된다!
'Programing Language' 카테고리의 다른 글
깊이 우선 탐색 (Depth First Search, DFS) (0) | 2023.07.14 |
---|---|
너비우선탐색 (Breadth First Search, BFS) (0) | 2023.07.14 |
코딩테스트 문제 유형 (0) | 2023.07.13 |