250x250
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- Redux
- node.js
- error
- Interface
- bitcoin
- evm
- express.js
- graphQL
- HTML
- Ethereum
- API
- solidity
- CLASS
- tailwindcss
- 기준
- concept
- hardhat
- JavaScript
- 삶
- SSR
- REACT
- blockchain
- CSS
- built in object
- middleware
- typeScript
- Props
- useState
- nextJS
- web
Archives
- Today
- Total
ReasonJun
Parsing error: Cannot find module 'next/babel' 본문
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
'Frontend > Error' 카테고리의 다른 글
Dual Monitor Development Error: Cursor Pointer and Screen Views (0) | 2024.06.06 |
---|---|
React: useState react one beat slower error (0) | 2023.07.31 |
React : useForm lig error <button> (0) | 2023.07.30 |
Next.js : Stop scrolling after moving the page via 'router.push/replace ...' (0) | 2023.07.28 |
Can I use 'useState' in an async function in 'Nextjs'? (0) | 2023.07.10 |
Comments