Skip to content

Instantly share code, notes, and snippets.

@nicodevs
Created March 12, 2025 18:09
Show Gist options
  • Save nicodevs/2552cfba3f7343d25df252fda6992898 to your computer and use it in GitHub Desktop.
Save nicodevs/2552cfba3f7343d25df252fda6992898 to your computer and use it in GitHub Desktop.
Error log
yarn run v1.22.21
warning package.json: No license field
$ nuxi dev
Nuxt 2.18.1 with Nitro 2.10.4 nuxi 3:07:31 PM
3:07:31 PM
➜ Local: http://localhost:3000/
➜ Network: use --host to expose
ℹ Module nuxt-bridge took 11.64ms to setup. 3:07:33 PM
[3:07:33 PM] ERROR (node:92906) [DEP0040] DeprecationWarning: The punycode module is deprecated. Please use a userland alternative instead.
(Use node --trace-deprecation ... to show where the warning was created)
WARN No valid compatibility date is specified. nitro 3:07:33 PM
ℹ Using 2024-04-03 as fallback. nitro 3:07:33 PM
Please specify compatibility date to avoid unwanted behavior changes:
- Add compatibilityDate: '2025-03-12' to the config file.
- Or set COMPATIBILITY_DATE=2025-03-12 environment variable.
ℹ Module imports took 1.13ms to setup. 3:07:33 PM
🧪 Vite mode is experimental and some nuxt modules might be incompatible 3:07:33 PM
If you find a bug, please report via https://github.com/nuxt/bridge/issues with a minimal reproduction.
ℹ Module nuxt-bridge:vite took 0.87ms to setup. 3:07:33 PM
ℹ Preparing project for development 3:07:33 PM
ℹ Initial build may take a while 3:07:33 PM
✔ Builder initialized 3:07:33 PM
✔ Nuxt files generated 3:07:34 PM
ℹ Vite warmed up in 4ms 3:07:34 PM
✔ Nitro Server built in 406ms nitro 3:07:34 PM
ℹ Waiting for file changes 3:07:34 PM
ERROR [uncaughtException] write after end 3:07:39 PM
at ServerResponse.end (node:_http_outgoing:1097:15)
at NuxtDevServer._renderError (node_modules/nuxi/dist/chunks/dev2.mjs:1807:9)
ERROR [uncaughtException] write after end 3:07:39 PM
at ServerResponse.end (node:_http_outgoing:1097:15)
at NuxtDevServer._renderError (node_modules/nuxi/dist/chunks/dev2.mjs:1807:9)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment