I am trying to install @angular/cli using npm on Windows7. But this try provides some error messages.
My node and npm versions are mentioned below
node: 13.14.0 npm: 6.14.4 (https://i.stack.imgur.com/3sAAg.png)
Command npm install -g @angular/cli goes ok.
- @angular/cli@13.3.7 (https://i.stack.imgur.com/6lcyH.png)
But after it, when I check ng version, I get next message:
The Angular CLI requires a minimum Node.js version of either v12.20 or v14.15 or v16.10 (https://i.stack.imgur.com/FLxY6.png)
As I understood, maximal nodejs version for Windows7 is 13.14.0.
The question is: is it possible to create Angular apps on Windows7?