Skip to content

Commit

Permalink
Merge pull request #2968 from uswds/mb-update-readme-node
Browse files Browse the repository at this point in the history
Update node and npm versions in README [2.0]
  • Loading branch information
saracope committed Mar 20, 2019
2 parents 7c410c8 + f65e9fb commit ede385a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -129,15 +129,15 @@ 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.

2. Make sure you have installed it correctly:

```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.
Expand Down

0 comments on commit ede385a

Please sign in to comment.