Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyEPhipps authored May 22, 2024
1 parent c8117de commit 32841a1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@ React Frontend for giftaid submissions.

## Installation

### node v.14
### node v.16
This front end application is somewhat legacy. With this in mind you will need to be careful about what version of node you are running, as an older one will probably be needed to run this application. An easy solution is to use Node Version Manager to revert your node install to an older version.

To install NVM on Mac:

```bash
brew install nvm
```
Then you can revert your local system back to node v.14:
Then you can revert your local system back to node v.16:
```bash
sudo n 14
sudo n 16
```

### Log in to npm
Expand Down

0 comments on commit 32841a1

Please sign in to comment.