From ee35b2260c8c4e3d4c813299f8c1cca2448df011 Mon Sep 17 00:00:00 2001 From: Arnaud Brousseau Date: Mon, 20 Nov 2023 10:04:02 -0600 Subject: [PATCH] Add nvmrc and instructions to install node --- .nvmrc | 1 + README.md | 8 +++++++- 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 .nvmrc diff --git a/.nvmrc b/.nvmrc new file mode 100644 index 0000000..87ec884 --- /dev/null +++ b/.nvmrc @@ -0,0 +1 @@ +18.18.2 diff --git a/README.md b/README.md index 93b6ee5..70edd09 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,13 @@ git clone git@github.com:tkhq/frames.git cd frames/ ``` -Install dependencies +Install Node: +```sh +nvm use +``` +(the command above installs the version specified in `.nvmrc`, but any Node version >= v18 should do) + +Install dependencies: ```sh cd recovery && npm install cd export && npm install