Next.js Discord

Discord Forum

Eslint TypeError: Converting circular structure to JSON

Unanswered
White-tailed Kite posted this in #help-forum
Open in Discord
White-tailed KiteOP
After upgrading my project to the latest version of Next.js, I encounter the following error whenever I run npm run lint to check for linting issues:


frontend@0.1.0 lint eslint Oops! Something went wrong! :( ESLint: 9.39.1 TypeError: Converting circular structure to JSON --> starting at object with constructor 'Object' | property 'configs' -> object with constructor 'Object' | property 'flat' -> object with constructor 'Object' | ... | property 'plugins' -> object with constructor 'Object' --- property 'react' closes the circle

0 Replies