Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

When closing yarn dev in VS Code, new console windows pop up #44992

Open
1 task done
marktoman opened this issue Jan 18, 2023 · 0 comments
Open
1 task done

When closing yarn dev in VS Code, new console windows pop up #44992

marktoman opened this issue Jan 18, 2023 · 0 comments
Labels
template: bug A user has filled out the bug report template. Issue needs triaging

Comments

@marktoman
Copy link

Verify canary release

  • I verified that the issue exists in the latest Next.js 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'

Operating System:
  Platform: win32
  Arch: x64
  Version: Windows 10 Pro
Binaries:
  Node: 18.13.0
  npm: N/A
  Yarn: N/A
  pnpm: N/A
Relevant packages:
  next: 13.1.2
  eslint-config-next: N/A
  react: N/A
  react-dom: N/A

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

  1. npx create-next-app -e reproduction-template bug
  2. code bug
  3. In the VSCode terminal, yarn dev
  4. Wait for the server to start
  5. Press ctrl + c

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

@marktoman marktoman added the template: bug A user has filled out the bug report template. Issue needs triaging label Jan 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
template: bug A user has filled out the bug report template. Issue needs triaging
Projects
None yet
Development

No branches or pull requests

1 participant