Skip to content

Commit e8e83f9

Browse files
authored
Merge pull request #82 from towc/master
added required node version for getting-started
2 parents 48cbe0c + 97f03cd commit e8e83f9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: getting-started.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
Let's start with the basics.
33

44
1. Install Node.js: https://nodejs.org.
5+
> :bulb: This code will need at least version 5.0.0, but we encourage you to run at least version 10.0.0. If you already had node installed, make sure the version is appropriate by running `node -v`
6+
57
> :bulb: When you install Node.js, you'll want to ensure your `PATH` variable is set to your install path so you can call Node from anywhere.
68
79
2. Create a new directory named `hello-world`, add a new `app.js` file:

0 commit comments

Comments
 (0)