Parsing error: Cannot find module 'next/babel' in Next
The easy way of fixing this issue by editing the eslintrc file.
Fixing .eslintrc file
Add the following code to the eslintrc file.
{
"extends": ["next/babel", "next/core-web-vitals", "prettier"],
"rules": {
"react/no-unescaped-entities": "o...
joefelix.hashnode.dev1 min read