-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
Description
Description
The Docker build is currently failing with multiple warnings and critical errors related to missing dependencies and TTY handling. The issue occurs during the yarn install step inside the Docker container, which blocks the build process.
Tasks
- Debug and fix the issue related to the TTY handling and better-sqlite3 module
- Add a minimal Nuxt Content config to suppress default fallback behavior.
- (Optional) Track or replace @nuxt/robots due to lack of support for Nuxt Content v3.
🔍 Logs
[@nuxt/content] WARN No content configuration found, falling back to default collection.
[@nuxt/robots] WARN Nuxt Robots does not work with Nuxt Content v3 yet, the integration will be disabled.
[@nuxt/content] ERROR Nuxt Content requires better-sqlite3 module to operate.
ERROR TTY initialization failed: uv_tty_init returned EINVAL (invalid argument)
...
error Command failed with exit code 1.
The command '/bin/sh -c yarn install' returned a non-zero code: 1
exit status 1