added cli version

Nicolas Constant 2023-08-03 01:48:20 -04:00
parent cb10fcf9ff
commit 6827e4ce22
1 changed files with 2 additions and 2 deletions

@ -5,13 +5,13 @@
You will need [Node.js](https://nodejs.org/en/) v10 installed
(due to Angular 7 incompatibilities, don't use v11 or higher)
If you need multiple node.js version, you can use the `nvm` software.
If you need multiple node.js versions on your computer, you can use the `nvm` software.
### Angular CLI
If you never installed Angular CLI, run:
```
npm install @angular/cli --global
npm install @angular/cli@7.3.0 --global
```
## Restore packages