added cli version
parent
cb10fcf9ff
commit
6827e4ce22
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue