카테고리 없음

Next.js 에러 Parsing error: Cannot find module 'next/babel' 해결

불곰자리 2024. 10. 21. 02:02
import Image from "next/image";

라는 코드에 제목과 같은 코드가 생겼다.

 

.eslintrc.json 파일에 해당 코드를 넣어주면 된다.

(이유는 궁금하지만 자야해서 여기까지만)

"experimental": {
    "forceSwcTransforms": true
},