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:
ShahanaFarooqui 2025-09-09 14:48:23 +05:30 committed by GitHub
parent 847923533e
commit 7340cb390a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
29 changed files with 5550 additions and 5021 deletions

View file

@ -43,8 +43,8 @@ Contributions via code is the most sought after contribution and something we en
* Pull the code from the release (current eg Release-0.12.2) branch into your local workspace via github commandline/GUI.
##### Install Dependencies
* Assuming that nodejs (v14 & above) and npm are already installed on your local machine. Go into your RTL root folder and run `npm install`.
* Use `npm install --legacy-peer-deps` if there is any dependency conflict.
* Assuming that nodejs (v14 & above) and npm are already installed on your local machine. Go into your RTL root folder and run `npm ci`.
* Use `npm ci --legacy-peer-deps` if there is any dependency conflict.
* Sometimes after installation, user receives a message from npm to fix dependency vulnerability by running `npm audit fix`. Please do not follow this step as it can break some of the working RTL code on your machine. We audit and fix these vulnerabilities as soon as possible at our end.
##### Node Backend Server for Development