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/1.overview.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,10 @@ The binary is installed as `nuxt`, and also as `nuxi`, `nuxi-ng` and `nuxt-cli`
18
18
19
19
`nuxi` is a third package: a standalone CLI with no dependencies, for running commands outside a project or installing globally.
20
20
21
+
## Requirements
22
+
23
+
The CLI runs on Node v22.19+, v24.11+ or v26+, and imports TypeScript configuration natively on those versions. Nuxt 2 and `@nuxt/bridge` are not supported.
24
+
21
25
## Running commands
22
26
23
27
Inside a project, your package manager runs the version the project depends on:
0 commit comments