Skip to content

Commit

Permalink
Use nvm, Add .nvmrc to latest Node version
Browse files Browse the repository at this point in the history
  • Loading branch information
Barry Gordon committed Sep 28, 2021
1 parent d553ef9 commit 997123d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
16.10.0
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,14 @@

### Prerequisites

**node**: e.g. `brew install node` on Mac
**Node Version Manager**: e.g. `brew install nvm` on Mac

**docker**: e.g. `brew install docker` on Mac
**Docker**: e.g. `brew install docker` on Mac

### Project dependencies

```bash
$ nvm use
$ npm install
```

Expand Down

0 comments on commit 997123d

Please sign in to comment.