mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
[ACS-5386] update docs (#3263)
This commit is contained in:
@@ -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.
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user