docs(contribute): mention nvm-windows

This commit is contained in:
Peter Bacon Darwin
2016-11-28 23:00:29 +00:00
parent afafb7a8ab
commit b77defde81
+2 -2
View File
@@ -30,8 +30,8 @@ machine:
development web server, run tests, and generate distributable files. Depending on your system,
you can install Node either from source or as a pre-packaged bundle.
We recommend using [nvm](https://github.com/creationix/nvm) to manage and install Node.js,
which makes it easy to change the version of Node.js per project.
We recommend using [nvm](https://github.com/creationix/nvm) (or [nvm-windows](https://github.com/coreybutler/nvm-windows))
to manage and install Node.js, which makes it easy to change the version of Node.js per project.
* [Yarn](https://yarnpkg.com): We use Yarn to install our Node.js module dependencies (rather than using npm).
There are detailed installation instructions available at https://yarnpkg.com/en/docs/install.