ReasonJun

Parsing error: Cannot find module 'next/babel' 본문

Frontend/Error

Parsing error: Cannot find module 'next/babel'

ReasonJun 2023. 8. 11. 21:04
728x90

error:


Why:

Basically this working message comes. Because of eslint. "next/babel" is basically the presets that are created by Next for the eslint. 



Solution:



Reference:

 

https://www.youtube.com/watch?v=nEA1wS3ZncU 

https://nextjs.org/docs/pages/building-your-application/configuring/babel

 

Configuring: Babel | Next.js

Using Pages Router Features available in /pages

nextjs.org

 

728x90
Comments