You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/content/6.migration-guide/v6.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,10 +49,10 @@ See [PR #415](https://github.com/nuxt-modules/og-image/pull/415).
49
49
50
50
```bash
51
51
# Node.js
52
-
npm i @takumi-rs/core@rc
52
+
npm i @takumi-rs/core
53
53
54
54
# Edge runtimes
55
-
npm i @takumi-rs/wasm@rc
55
+
npm i @takumi-rs/wasm
56
56
```
57
57
58
58
**Satori:**
@@ -73,7 +73,7 @@ npm i playwright-core
73
73
74
74
Running `nuxi dev` in an interactive terminal will prompt you to install missing dependencies automatically.
75
75
76
-
In non-interactive environments (AI coding agents, CI, or any process without a TTY) there is nothing to answer the prompt, so the module skips it: it defaults to the `takumi` renderer and emits a warning. When an AI agent runs the module and cannot install a missing renderer dependency, the module throws a clear error (`npx nypm add @takumi-rs/core@rc`) instead of silently producing broken images. Set `NUXT_OG_IMAGE_SKIP_ONBOARDING=1` to opt out of onboarding entirely.
76
+
In non-interactive environments (AI coding agents, CI, or any process without a TTY) there is nothing to answer the prompt, so the module skips it: it defaults to the `takumi` renderer and emits a warning. When an AI agent runs the module and cannot install a missing renderer dependency, the module throws a clear error (`npx nypm add @takumi-rs/core`) instead of silently producing broken images. Set `NUXT_OG_IMAGE_SKIP_ONBOARDING=1` to opt out of onboarding entirely.
0 commit comments