Description
Bug description
I followed the steps in the README.md
file:
- Ran
bun install
- Ran
bun dev
However, the server isn't running, and I encountered an error (see the screenshot below).
I am unsure whether this is an issue with the setup or if I'm missing something. If this issue is irrelevant, feel free to close it.
Here’s how you can open the issue based on your provided details, formatted to look like a GitHub issue:
Title: Issue with Running Server Using bun dev
Bug description:
I followed the steps in the README.md file:
Ran bun install
Ran bun dev
However, the server isn't running, and I encountered an error (see the screenshot below).
I am unsure whether this is an issue with the setup or if I'm missing something. If this issue is irrelevant, feel free to close it.
How to reproduce
bun install
bun dev
Expected Behavior:
The server should start successfully after running the above commands.
##Actual Behavior:
The server fails to start, and the error shown in the screenshot appears.
Additional context
is there any other method then please update your readme.md file so that every open source developer will contribute.