mirror of
https://github.com/Ride-The-Lightning/RTL.git
synced 2024-11-19 01:40:29 +01:00
package-lock and document update
This commit is contained in:
parent
7e40c4ea30
commit
6b61e0852f
4
.github/README.md
vendored
4
.github/README.md
vendored
@ -64,6 +64,10 @@ $ git clean -f -d
|
||||
$ git pull
|
||||
$ npm install --omit=dev
|
||||
```
|
||||
|
||||
#### 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.
|
||||
|
||||
|
1
.github/docs/Contributing.md
vendored
1
.github/docs/Contributing.md
vendored
@ -44,6 +44,7 @@ Contributions via code is the most sought after contribution and something we en
|
||||
|
||||
##### 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.
|
||||
* 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
|
||||
|
4
.github/docs/Core_lightning_setup.md
vendored
4
.github/docs/Core_lightning_setup.md
vendored
@ -43,6 +43,10 @@ $ git clean -f -d
|
||||
$ git pull
|
||||
$ npm install --omit=dev
|
||||
```
|
||||
|
||||
#### 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`..
|
||||
|
4
.github/docs/Eclair_setup.md
vendored
4
.github/docs/Eclair_setup.md
vendored
@ -38,6 +38,10 @@ $ git clean -f -d
|
||||
$ git pull
|
||||
$ npm install --omit=dev
|
||||
```
|
||||
|
||||
#### 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`..
|
||||
|
30604
package-lock.json
generated
Normal file
30604
package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user