-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
Failed to start server. Is port in use? #12127
Comments
if you're using |
seams windows related as it works on linux or inside WSL |
@BennyAlex I believe your issue is #15425 and should also be fixed in canary: bun upgrade --canary |
no its the same as the issue here. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What version of Bun is running?
1.1.16
What platform is your computer?
Microsoft Windows NT 10.0.22631.0 x64
What steps can reproduce the bug?
I Have a NestJS project.
Here is the command to run project into package.json file :
"start:dev": "bun --watch ./apps/api/src/main.ts"
When i run this command, "bun start:dev api", I get this error :
Even if i change port number, i always get this error.
What is the expected behavior?
No response
What do you see instead?
No response
Additional information
No response
The text was updated successfully, but these errors were encountered: