LinuxCommandLibrary

ng-version

displays Angular CLI and package versions

TLDR

Show Angular versions

$ ng version
copy
Show version as JSON
$ ng version --json
copy

SYNOPSIS

ng version [options]

DESCRIPTION

ng version displays Angular CLI and package versions. It shows all Angular-related dependencies.
The command helps with debugging. Shows Node.js and npm versions too.

PARAMETERS

--json

Output as JSON.
--help
Display help information.

CAVEATS

Part of Angular CLI. Useful for troubleshooting. Shows local project versions.

HISTORY

ng version is part of Angular CLI for displaying version information and dependency details.

SEE ALSO

ng(1), node(1), npm(1)

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community