From edf1a8e0d6f9e5efc6ef25cbc0aa748f3dad1090 Mon Sep 17 00:00:00 2001 From: Joyce Quach <33106214+jtquach1@users.noreply.github.com> Date: Wed, 24 Apr 2024 10:18:24 -0400 Subject: [PATCH] Update EndToEndSetupGuide.md request-generator now supports Node 21, so this line is outdated --- EndToEndSetupGuide.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/EndToEndSetupGuide.md b/EndToEndSetupGuide.md index 885965c..67a6d4c 100644 --- a/EndToEndSetupGuide.md +++ b/EndToEndSetupGuide.md @@ -62,11 +62,11 @@ Follow this guide if you would like to start each application locally **without* ## Install nvm (Node Version Manager) -- Using nvm makes switching Node versions easier. Install [nvm](https://github.com/nvm-sh/nvm) since request-generator fails to run without node 14 compared to the other repos. +- Using [nvm](https://github.com/nvm-sh/nvm) makes switching Node versions easier, especially when working with projects that use other Node versions on your system. ```bash nvm install 20 # example of a default version - nvm install 14 # another option + nvm install 21 # another option ``` ## Utilities