When running pnpm run dev in the bolt.new-any-llm project, the terminal throws a write EOF error, and the process exits with code 1. The issue persists even after reinstalling dependencies, clearing the cache, and ensuring Node.js and PNPM versions are up-to-date. There are also warnings related to Remix Router v7 during the process.
Link to the Bolt URL that caused the error
idk
Steps to reproduce
pnpm run dev
Expected behavior
C:\Users******\bolt.new-any-llm>pnpm run dev
bolt@ dev C:\Users\Yaseen\bolt.new-any-llm
remix vite:dev
warn Route discovery/manifest behavior is changing in React Router v7
┃ You can use the v3_lazyRouteDiscovery future flag to opt-in early.
┃ -> https://remix.run/docs/en/2.13.1/start/future-flags#v3_lazyRouteDiscovery
┗
warn Data fetching is changing to a single fetch in React Router v7
┃ You can use the v3_singleFetch future flag to opt-in early.
┃ -> https://remix.run/docs/en/2.13.1/start/future-flags#v3_singleFetch
┗
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'
}
ELIFECYCLE Command failed with exit code 1.
Screen Recording / Screenshot
This issue started occurring after a fresh clone of the repository. I've tried clearing PNPM cache, reinstalling dependencies
Describe the bug
When running pnpm run dev in the bolt.new-any-llm project, the terminal throws a write EOF error, and the process exits with code 1. The issue persists even after reinstalling dependencies, clearing the cache, and ensuring Node.js and PNPM versions are up-to-date. There are also warnings related to Remix Router v7 during the process.
Link to the Bolt URL that caused the error
idk
Steps to reproduce
pnpm run dev
Expected behavior
C:\Users******\bolt.new-any-llm>pnpm run dev
warn Route discovery/manifest behavior is changing in React Router v7 ┃ You can use the
v3_lazyRouteDiscovery
future flag to opt-in early. ┃ -> https://remix.run/docs/en/2.13.1/start/future-flags#v3_lazyRouteDiscovery ┗ warn Data fetching is changing to a single fetch in React Router v7 ┃ You can use thev3_singleFetch
future flag to opt-in early. ┃ -> https://remix.run/docs/en/2.13.1/start/future-flags#v3_singleFetch ┗ 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' } ELIFECYCLE Command failed with exit code 1.Screen Recording / Screenshot
This issue started occurring after a fresh clone of the repository. I've tried clearing PNPM cache, reinstalling dependencies
Platform
Windows 11 24H2 PNPM: 9.14.2 Node.js:23.2.0
Additional context
Thanks for your hard work btw