Skip to content

Commit

Permalink
update installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
Limmen committed Feb 11, 2024
1 parent 63001a2 commit 3960700
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/_docs/installing.md
Original file line number Diff line number Diff line change
Expand Up @@ -849,8 +849,8 @@ npm run build
Listing 73: Commands to install the web application of the CSLE management system.
</p>

| Note: when you run the command `npm install` you may need to add the flag `--legacy-peer-deps`. |
|-------------------------------------------------------------------------------------------------|
| Note: when you run the command `npm install` you may need to add the flag `--legacy-peer-deps`. Further, if you have an old operating system you may need to run the command `export NODE_OPTIONS=--openssl-legacy-provider` before running `npm run build` |
|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|

Next, install and start `pgadmin` **on the leader** by running the following commands:
```bash
Expand Down

0 comments on commit 3960700

Please sign in to comment.