Nuxt 3 reached end of life on 31 July 2026
It no longer receives bug fixes or security patches. Upgrade to Nuxt 4 or get extended support from HeroDevs

nuxt info

Source
The info command logs information about the current or specified Nuxt project.
Terminal
npx nuxt info [ROOTDIR] [--cwd=<directory>]

The info command logs information about the current or specified Nuxt project.

Arguments

ArgumentDescription
ROOTDIR="."Specifies the working directory (default: .)

Options

OptionDefaultDescription
--cwd=<directory>Specify the working directory, this takes precedence over ROOTDIR (default: .)