From 32b4c344a8f2137524cbf857f1ff657c428fb63e Mon Sep 17 00:00:00 2001 From: Bryan Ashby Date: Mon, 10 Oct 2022 11:24:16 -0600 Subject: [PATCH] Fix docs, use node 14 --- docs/_docs/installation/manual.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/_docs/installation/manual.md b/docs/_docs/installation/manual.md index 72ae2633..2b4c40b0 100644 --- a/docs/_docs/installation/manual.md +++ b/docs/_docs/installation/manual.md @@ -28,9 +28,9 @@ curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.11/install.sh | Next, install Node.js with NVM: ```bash -nvm install 12 -nvm use 12 -nvm alias default 12 +nvm install 14 +nvm use 14 +nvm alias default 14 ``` If the above steps completed without errors, you should now have `nvm`, `node`, and `npm` installed and in your environment.