From dff76d1bdead9dafa148b32a57b450bd1b0af5cc Mon Sep 17 00:00:00 2001 From: Aaron Powell Date: Fri, 26 Feb 2016 11:26:38 +1100 Subject: [PATCH] docs: Including reference to Windows port of nvm Change information on how to use node.js on Windows --- docs/intro/01-installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/intro/01-installation.md b/docs/intro/01-installation.md index d70dcdf5f..9bfd3ea1b 100644 --- a/docs/intro/01-installation.md +++ b/docs/intro/01-installation.md @@ -3,7 +3,7 @@ Karma runs on [Node.js] and is available as an [NPM] package. ## Installing Node.js On Mac or Linux we recommend using [NVM](https://github.com/creationix/nvm). On Windows, download Node.js -from [the official site](https://nodejs.org/). +from [the official site](https://nodejs.org/) or use the [NVM PowerShell Module](https://www.powershellgallery.com/packages/nvm). Note: Karma currently works on Node.js **0.10**, **0.12.x**, **4.x**, and **5.x**. See [FAQ] for more info.