From f594d1ccea4bfe12ee6d6a372953f0ddd66e09ba Mon Sep 17 00:00:00 2001 From: Howie Motenko Date: Thu, 28 Mar 2024 13:04:45 -0400 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fd7cd50df..79124131f 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ nvm is used to manage Node.js versions. [Follow these instructions](https://gith Ensure the correct version of Node.js is **installed**, if using the particular version of Node.js for the first time: ```bash -nvm install +nvm install ``` _Note: the command uses **nvm**, not npm. Nvm deals with the version of Node.js itself._ @@ -31,7 +31,7 @@ nvm use Install dependencies after first cloning the repository or after pulling in new changes to `package.json`: ```bash -npm install +npm install --legacy-peer-deps ``` _Note: the command uses **npm**, not nvm. NPM deals with package dependencies._