You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If there is an error with `upstream dependency conflict` message then replace `npm install --omit=dev` with `npm install --omit=dev --legacy-peer-deps`.
71
-
72
69
### <aname="prep"></a>Prep for Execution
73
70
RTL requires its own config file `RTL-Config.json`, to start the server and provide user authentication on the app.
If there is an error with `upstream dependency conflict` message then replace `npm install --omit=dev` with `npm install --omit=dev --legacy-peer-deps`.
50
-
51
48
### <aname="prep"></a>Prep for Execution
52
49
RTL requires its own config file `RTL-Config.json`, to start the server and provide user authentication on the app
53
50
* Rename the file `Sample-RTL-Config.json` to `RTL-Config.json` located at`./RTL`
If there is an error with `upstream dependency conflict` message then replace `npm install --omit=dev` with `npm install --omit=dev --legacy-peer-deps`.
44
-
45
42
### <aname="prep"></a>Prep for Execution
46
43
RTL requires its own config file `RTL-Config.json`, to start the server and provide user authentication on the app.
47
44
* Rename the file `Sample-RTL-Config.json` to `RTL-Config.json` located at`./RTL`..
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,8 +43,8 @@ Contributions via code is the most sought after contribution and something we en
43
43
* Pull the code from the release (current eg Release-0.12.2) branch into your local workspace via github commandline/GUI.
44
44
45
45
##### Install Dependencies
46
-
* Assuming that nodejs (v14 & above) and npm are already installed on your local machine. Go into your RTL root folder and run `npm install`.
47
-
* Use `npm install --legacy-peer-deps` if there is any dependency conflict.
46
+
* Assuming that nodejs (v14 & above) and npm are already installed on your local machine. Go into your RTL root folder and run `npm ci`.
47
+
* Use `npm ci --legacy-peer-deps` if there is any dependency conflict.
48
48
* 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.
0 commit comments