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
Copy file name to clipboardExpand all lines: README.md
+12-3Lines changed: 12 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -12,12 +12,21 @@ Jest (Testing suite)
12
12
React Scripts
13
13
14
14
# Operation
15
+
16
+
## Node/NPM Version
17
+
18
+
This project currently requires version `12.14.1` of node, and version `6.13.4` of npm. These are the only supported versions for this project.
19
+
20
+
As a convenience, the repository contains a `.node-version` file that enables convinient use of a node environment manager.
21
+
15
22
## Installation
16
23
This repository assumes that `npm` is installed. If you don't have it installed, here are [installation instructions](https://docs.npmjs.com/getting-started/installing-node).
17
24
18
-
1. Clone this repo.
19
-
2. Go into the repo directory
20
-
3. Initialise the submodules `npm run update-submodules`
0 commit comments