mirror of
https://github.com/Ride-The-Lightning/RTL.git
synced 2026-08-13 12:33:07 +02:00
Release 0.15.6 (#1506)
Fix for Resource temporarily unavailable error for CLN channel alias list Security fix for npm vulnerabilities
This commit is contained in:
parent
847923533e
commit
7340cb390a
29 changed files with 5550 additions and 5021 deletions
7
.github/README.md
vendored
7
.github/README.md
vendored
|
|
@ -55,7 +55,7 @@ To download from master (*not recommended*):
|
|||
```
|
||||
$ git clone https://github.com/Ride-The-Lightning/RTL.git
|
||||
$ cd RTL
|
||||
$ npm install --omit=dev --legacy-peer-deps
|
||||
$ npm ci --omit=dev --legacy-peer-deps
|
||||
```
|
||||
#### Or: Update existing dependencies
|
||||
```
|
||||
|
|
@ -63,12 +63,9 @@ $ cd RTL
|
|||
$ git reset --hard HEAD
|
||||
$ git clean -f -d
|
||||
$ git pull
|
||||
$ npm install --omit=dev --legacy-peer-deps
|
||||
$ npm ci --omit=dev --legacy-peer-deps
|
||||
```
|
||||
|
||||
#### Error on npm install
|
||||
If there is an error with `upstream dependency conflict` message then replace `npm install --omit=dev` with `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.
|
||||
|
||||
|
|
|
|||
7
.github/docs/Core_lightning_setup.md
vendored
7
.github/docs/Core_lightning_setup.md
vendored
|
|
@ -33,7 +33,7 @@ To download from master (*not recommended*):
|
|||
```
|
||||
$ git clone https://github.com/Ride-The-Lightning/RTL.git
|
||||
$ cd RTL
|
||||
$ npm install --omit=dev --legacy-peer-deps
|
||||
$ npm ci --omit=dev --legacy-peer-deps
|
||||
```
|
||||
|
||||
#### Or: Update existing build
|
||||
|
|
@ -42,12 +42,9 @@ $ cd RTL
|
|||
$ git reset --hard HEAD
|
||||
$ git clean -f -d
|
||||
$ git pull
|
||||
$ npm install --omit=dev --legacy-peer-deps
|
||||
$ npm ci --omit=dev --legacy-peer-deps
|
||||
```
|
||||
|
||||
#### Error on npm install
|
||||
If there is an error with `upstream dependency conflict` message then replace `npm install --omit=dev` with `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
|
||||
* Rename the file `Sample-RTL-Config.json` to `RTL-Config.json` located at`./RTL`
|
||||
|
|
|
|||
7
.github/docs/Eclair_setup.md
vendored
7
.github/docs/Eclair_setup.md
vendored
|
|
@ -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 --omit=dev --legacy-peer-deps
|
||||
$ npm ci --omit=dev --legacy-peer-deps
|
||||
```
|
||||
#### Or: Update existing build
|
||||
```
|
||||
|
|
@ -36,12 +36,9 @@ $ cd RTL
|
|||
$ git reset --hard HEAD
|
||||
$ git clean -f -d
|
||||
$ git pull
|
||||
$ npm install --omit=dev --legacy-peer-deps
|
||||
$ npm ci --omit=dev --legacy-peer-deps
|
||||
```
|
||||
|
||||
#### Error on npm install
|
||||
If there is an error with `upstream dependency conflict` message then replace `npm install --omit=dev` with `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.
|
||||
* Rename the file `Sample-RTL-Config.json` to `RTL-Config.json` located at`./RTL`..
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue