When closing yarn dev
in VS Code, new console windows pop up
#44992
Labels
template: bug
A user has filled out the bug report template. Issue needs triaging
Verify canary release
Provide environment information
The module 'react' was not found. Next.js requires that you include it in 'dependencies' of your 'package.json'. To add it, run 'npm install react'
The module 'react-dom' was not found. Next.js requires that you include it in 'dependencies' of your 'package.json'. To add it, run 'npm install react-dom'
warn - Latest canary version not detected, detected: "13.1.2", newest: "13.1.3-canary.4".
Please try the latest canary version (
npm install next@canary
) to confirm the issue still exists before creating a new issue.Read more - https://nextjs.org/docs/messages/opening-an-issue
Which area(s) of Next.js are affected? (leave empty if unsure)
No response
Link to the code that reproduces this issue
See below
To Reproduce
npx create-next-app -e reproduction-template bug
code bug
yarn dev
Describe the Bug
What happens
One (or more if 13.1.3-canary.4) console windows pop up and immediately close. The window contained messages.
Why it matters
The console immediately closes, so the messages cannot be read. But mainly, the console popping up and immediately closing is indescribably disturbing for such a regular task.
Expected Behavior
The process closes with all messages printed in the VS Code terminal with no external console window showing.
Which browser are you using? (if relevant)
No response
How are you deploying your application? (if relevant)
No response
The text was updated successfully, but these errors were encountered: