Skip to content

Commit 7ef38a7

Browse files
authored
Add recommended min Node.js version
Node.js version 'recommended for most users' is currently v4.5.0 LTS. Workshopper menu selection bug (see Node.js issue [#5384](nodejs/node#5384)) fixed in v6.2.0, so current version is recommended for NodeSchool users.
1 parent 6d0ca0a commit 7ef38a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ <h2 class="big-heading" data-i18n="index-workshopper-header">Workshoppers</h2>
169169
<div class="third">
170170
<div id="get-going">
171171
<h3 data-i18n="index-get-going-header">Get Going &#x2014;</h3>
172-
<p><span data-i18n="index-get-going-info">You&#x2019;ll need</span> <a href="http://nodejs.org">Node.js</a> <span data-i18n="index-get-going-info2">on your computer to get started
172+
<p><span data-i18n="index-get-going-info">You&#x2019;ll need</span> <a href="http://nodejs.org">Node.js</a> <span data-i18n="index-get-going-info2">(v6.0.2 or higher) on your computer to get started
173173
with each of these. Then use</span> <a href="http://npmjs.org">npm</a> <span data-i18n="index-get-going-info3">(it comes with Node) to install each
174174
module with the command below it. Once installed,
175175
simply type the workshopper&#x2019;s name to launch.</span></p>

0 commit comments

Comments
 (0)