Update preparing-environment.md

This commit is contained in:
Eugenio Romano 2020-03-31 22:49:20 +01:00 committed by GitHub
parent c1bf8e4db9
commit d466d5f55f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,10 +13,12 @@ This document contains the development environment description, along with the d
[Node.js](https://nodejs.org) is a JavaScript runtime built using an event-driven, non-blocking I/O model that makes it lightweight and efficient. [`Node`](https://github.com/Alfresco/alfresco-js-api/blob/development/src/api/content-rest-api/docs/Node.md).js uses [npm](https://www.npmjs.com/) as a public registry and package system. [Node.js](https://nodejs.org) is a JavaScript runtime built using an event-driven, non-blocking I/O model that makes it lightweight and efficient. [`Node`](https://github.com/Alfresco/alfresco-js-api/blob/development/src/api/content-rest-api/docs/Node.md).js uses [npm](https://www.npmjs.com/) as a public registry and package system.
You need the latest `node.js` from either the `8.x` or `9.x` branch. Is suggested to use the current long term support version of `node.js` check the LTS version [here](https://nodejs.org/)
To check the version, run the following command in a terminal. To check your running version, run the following command in a terminal.
```sh
node -v node -v
````
## Angular CLI ## Angular CLI
@ -26,7 +28,9 @@ Version 1.6.6 seems to be the most stable version currently. Earlier and later v
If you already have `Angular CLI` installed check the version by running: If you already have `Angular CLI` installed check the version by running:
```sh
ng --version ng --version
```
To globally install `Angular CLI` version globally 1.6.6 run: To globally install `Angular CLI` version globally 1.6.6 run: