You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> next build
info - Using webpack 5. Reason: Enabled by default https://nextjs.org/docs/messages/webpack5
info - Skipping validation of types
node:internal/child_process/serialization:127
const string = JSONStringify(message) + '\n';
^
TypeError: Converting circular structure to JSON
--> starting at object with constructor 'Node'
| property 'imported' -> object with constructor 'Node'
--- property 'parent' closes the circle
at stringify (<anonymous>)
at writeChannelMessage (node:internal/child_process/serialization:127:20)
at process.target._send (node:internal/child_process:822:17)
at process.target.send (node:internal/child_process:722:19)
at reportError (/Users/nischalgautam/Desktop/projects/client/foodbusters-webapp/node_modules/jest-worker/build/workers/processChild.js:87:11)
at reportClientError (/Users/nischalgautam/Desktop/projects/client/foodbusters-webapp/node_modules/jest-worker/build/workers/processChild.js:71:10)
node:internal/child_process/serialization:127
const string = JSONStringify(message) + '\n';
Expected Behavior
Should compile and build properly
To Reproduce
Start a new nextJs project using npx for nextjs version 11.0.1
examplesIssue was opened via the examples template.bugIssue was opened via the bug report template.
1 participant
Converted from issue
This discussion was converted from issue #27841 on August 09, 2021 12:40.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
What example does this report relate to?
nextjs
What version of Next.js are you using?
11.0.1
What version of Node.js are you using?
16.6.0
What browser are you using?
Chrome
What operating system are you using?
Big Sur MacOs 11.5.1
How are you deploying your application?
Netlify
Describe the Bug
Expected Behavior
Should compile and build properly
To Reproduce
Start a new nextJs project using npx for nextjs version 11.0.1
Beta Was this translation helpful? Give feedback.
All reactions