[ACS-5386] update docs (#3263)

This commit is contained in:
Denys Vuika
2023-06-09 08:25:43 +01:00
committed by GitHub
parent 99d8f84a4b
commit 699499780f
4 changed files with 37 additions and 29 deletions

View File

@@ -8,8 +8,8 @@ The Content App is based on [Angular CLI](https://cli.angular.io), and you can u
## Prerequisites for building
- [Node.js](https://nodejs.org/en/) 14.x
- NPM 6.x
- [Node.js](https://nodejs.org/en/) 18.x
- NPM 9.x
- (optional) [Angular CLI](https://cli.angular.io/) 14.x or later
> The Angular CLI libraries are already part of the setup.

View File

@@ -6,13 +6,14 @@ Title: Node Version Manager
Nvm is a version manager for Node.js. You can use it to install and switch to correct Node.js version.
## Installation
## Installation
To install nvm you can run following:
```sh
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.2/install.sh | bash
```
for other installation options and troubleshooting instructions please follow [nvm installation docs](https://github.com/nvm-sh/nvm#install--update-script).
## Usage