-
Notifications
You must be signed in to change notification settings - Fork 10k
Description
Describe the bug
Hello,
I am trying to run the project for the first time on Windows but it crashes after starting.
What I have tried:
I have successfully run git init, git add ., and git commit.
I created the .env file by copying .env.example.
I have tried restarting the terminal and my computer.
My System:
Operating System: Windows 11 (or your version)
Node.js Version: (Run node -v in your terminal to get this)
This is the error I receive:
Error: write EOF
at WriteWrap.onWriteComplete [as oncomplete] (node:internal/stream_base_commons:87:19)
at writeWrap.callbackTrampoline (node:internal/async_hooks:130:17) {
errno: -4095,
code: 'EOF',
syscall: 'write'
}
Thank you for your help.
Link to the Bolt URL that caused the error
https://github.com/stackblitz-labs/bolt.diy
Steps to reproduce
Error: write EOF
at WriteWrap.onWriteComplete [as oncomplete] (node:internal/stream_base_commons:87:19)
at writeWrap.callbackTrampoline (node:internal/async_hooks:130:17) {
errno: -4095,
code: 'EOF',
syscall: 'write'
}
Expected behavior
none
Screen Recording / Screenshot
No response
Platform
- OS: [e.g. macOS, Windows, Linux]
- Browser: [e.g. Chrome, Safari, Firefox]
- Version: [e.g. 91.1]
Provider Used
No response
Model Used
No response
Additional context
No response