From 0898afd3ad0bbdd22d36f34f3806fc715fffd970 Mon Sep 17 00:00:00 2001 From: bdeshi Date: Fri, 18 Nov 2022 00:20:19 +0600 Subject: [PATCH] add nvm config --- .nvmrc | 1 + README.md | 2 ++ 2 files changed, 3 insertions(+) create mode 100644 .nvmrc diff --git a/.nvmrc b/.nvmrc new file mode 100644 index 0000000..53a4221 --- /dev/null +++ b/.nvmrc @@ -0,0 +1 @@ +v16.13.2 diff --git a/README.md b/README.md index 60cb312..6b8cacf 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,8 @@ created with [pug][pug] and [sass][sass], build with [parcel][parcel]. ## setup ```bash + # select node version +$ nvm use # install dependencies $ yarn install # build the output