Update preparing-environment.md

This commit is contained in:
Eugenio Romano
2020-03-31 22:49:50 +01:00
committed by GitHub
parent d466d5f55f
commit 3c0bc247c1

View File

@@ -13,7 +13,8 @@ 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.
Is suggested to use the current long term support version of `node.js` check the LTS version [here](https://nodejs.org/)
Is suggested to use the current long term support version of `node.js` check the LTS version [here](https://nodejs.org/).
To check your running version, run the following command in a terminal.
```sh