-1

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.


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?

Daniel
  • 1
  • 1
  • > Angular requires an active LTS or maintenance LTS version of Node.js. https://angular.io/guide/setup-local – Joulukuusi May 26 '22 at 13:51
  • Also, it looks like Node v14.16.1 can be installed on Windows 7 (https://stackoverflow.com/a/64626035) however I would roll back to v12.X in such scenario. – Joulukuusi May 26 '22 at 13:54

0 Answers0