From b1f00516d47001ea3e8058f613624642492b7958 Mon Sep 17 00:00:00 2001 From: Maya Benari Date: Mon, 18 Mar 2019 13:11:57 -0700 Subject: [PATCH 1/2] Update node and npm versions in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3989e8c654..a1cfdaf3a7 100644 --- a/README.md +++ b/README.md @@ -129,7 +129,7 @@ And that’s it — you should now be able to copy our code samples into your `i 1. Install `Node/npm`. Below is a link to find the install method that coincides with your operating system: - - Node v4.2.3+, [Installation guides](https://nodejs.org/en/download/) + - Node v10.15.1+, [Installation guides](https://nodejs.org/en/download/) **Note for Windows users:** If you are using Windows and are unfamiliar with `Node` or `npm`, we recommend following [Team Treehouse's tutorial](http://blog.teamtreehouse.com/install-node-js-npm-windows) for more information. @@ -137,7 +137,7 @@ And that’s it — you should now be able to copy our code samples into your `i ```shell npm -v - 3.10.8 # This line may vary depending on what version of Node you've installed. + 6.4.1 # This line may vary depending on what version of Node you've installed. ``` 3. Create a `package.json` file. You can do this manually, but an easier method is to use the `npm init` command. This command will prompt you with a few questions to create your `package.json` file. From f65e9fbd5e7b2c3aeb6b4a9f5e42bfccb04bf766 Mon Sep 17 00:00:00 2001 From: Maya Benari Date: Mon, 18 Mar 2019 14:13:06 -0700 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a1cfdaf3a7..b4cca3615e 100644 --- a/README.md +++ b/README.md @@ -129,7 +129,7 @@ And that’s it — you should now be able to copy our code samples into your `i 1. Install `Node/npm`. Below is a link to find the install method that coincides with your operating system: - - Node v10.15.1+, [Installation guides](https://nodejs.org/en/download/) + - Node v10.15.1, [Installation guides](https://nodejs.org/en/download/) **Note for Windows users:** If you are using Windows and are unfamiliar with `Node` or `npm`, we recommend following [Team Treehouse's tutorial](http://blog.teamtreehouse.com/install-node-js-npm-windows) for more information.