Closed
Description
🚀 Feature request
Command (mark with an x
)
- version
Description
The 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
:
- Note when an unsupported version is used alongside the Node version stamp
...
Angular CLI: 12.0.0
Node: 8.2.1 (Unsupported)
Package Manager: yarn 1.22.10
OS: linux x64
...
- Print a warning at the end of the output.
...
@schematics/angular 12.0.0
rxjs 6.6.7
typescript 4.2.4
Warning: The current version of Node (8.2.1) is not supported by Angular