MiniOxygen error during "npm run dev"

After running “npm run dev” it fails to start the local server and in the end give error message:

MiniOxygen: Error during evaluation: Error: write EOF
at WriteWrap.onWriteComplete [as oncomplete] (node:internal/stream_base_commons:87:19) {
errno: -4095,
code: ‘EOF’,
syscall: ‘write’
}
Error: write EOF
at WriteWrap.onWriteComplete [as oncomplete] (node:internal/stream_base_commons:87:19)

I have already updated .env file with API_keys

Kind regards,
Lukas

Running this on Windows 11 with the latest node version v22.12.0. Tried to downgrade to v20.10.0 still same issue.

1 Like

Hi Lukas,

Did it ever work on your environment and stopped working after an upgrade?

If you are trying npm run dev for the first time it might be worth exploring this github issue and proposed solutions