Documentation update for npm install error #1049

Documentation update for npm install error #1049
This commit is contained in:
Shahana Farooqui 2022-08-05 23:01:10 -07:00 committed by ShahanaFarooqui
parent 5f873ca50f
commit 64173a8b2d
14 changed files with 35 additions and 32 deletions

View file

@ -28,7 +28,7 @@ To download from master (*not recommended*) follow the below instructions:
```
$ git clone https://github.com/Ride-The-Lightning/RTL.git
$ cd RTL
$ npm install --only=prod
$ npm install --omit=dev --legacy-peer-deps
```
#### Or: Update existing build
```
@ -36,7 +36,7 @@ $ cd RTL
$ git reset --hard HEAD
$ git clean -f -d
$ git pull
$ npm install --only=prod
$ npm install --omit=dev --legacy-peer-deps
```
### <a name="prep"></a>Prep for Execution
RTL requires its own config file `RTL-Config.json`, to start the server and provide user authentication on the app.