-
Notifications
You must be signed in to change notification settings - Fork 12k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Include node js version support status in ng version
#20879
Labels
Milestone
Comments
clydin
added a commit
to clydin/angular-cli
that referenced
this issue
May 21, 2021
…mmand Unsupported versions of Node.js will now show an unsupported warning when the `ng version` command is executed. Currently Node.js major versions 12 and 14 are considered supported and tested. Closed angular#20879
clydin
added a commit
to clydin/angular-cli
that referenced
this issue
May 21, 2021
…mmand Unsupported versions of Node.js will now show an unsupported warning when the `ng version` command is executed. Currently Node.js major versions 12 and 14 are considered supported and tested. Closes angular#20879
clydin
added a commit
to clydin/angular-cli
that referenced
this issue
May 21, 2021
…mmand Unsupported versions of Node.js will now show an unsupported warning when the `ng version` command is executed. Currently Node.js major versions 12 and 14 are considered supported and tested. Closes angular#20879
clydin
added a commit
that referenced
this issue
May 22, 2021
…mmand Unsupported versions of Node.js will now show an unsupported warning when the `ng version` command is executed. Currently Node.js major versions 12 and 14 are considered supported and tested. Closes #20879
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
🚀 Feature request
Command (mark with an
x
)Description
The
A clear and concise description of the problem or missing capability...ng version
command should surface whether the version of node being used in conjunction with the projects angular dependencies is supported.Describe the solution you'd like
I believe we have a couple of options in the output of
ng version
:The text was updated successfully, but these errors were encountered: