Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update node and npm versions in README [2.0] #2968

Merged
merged 2 commits into from Mar 20, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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