From e2b342b21a8a9bd5bd2ef2ec3090de5d01b3dfaa Mon Sep 17 00:00:00 2001 From: mrosario123 <54247576+mrosario123@users.noreply.github.com> Date: Tue, 19 Oct 2021 22:20:20 -0400 Subject: [PATCH] Update Readme.md Notifies future users that they will need Node.js version 10.15.1 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2b066db..fa4fd07 100644 --- a/README.md +++ b/README.md @@ -101,7 +101,7 @@ _InternApp is a web application designed to centralize the application process f ## Running the application on your local machine -1. **[Install Node.js (either version is fine)](https://nodejs.org/en/)** +1. **[Install Node.js (Has to be version 10.15.1)](https://community.chocolatey.org/packages/nodejs.install/10.15.1)**
    a. To ensure you have Node.js installed, run 'node --version' within your terminal/command line
2. **[Clone this github repository to your local machine](https://github.com/soft-eng-practicum/internapp)**