Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit b748046

Browse files
docs(contribute): mention nvm-windows
1 parent 3ecaccf commit b748046

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/content/misc/contribute.ngdoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ machine:
3030
development web server, run tests, and generate distributable files. Depending on your system,
3131
you can install Node either from source or as a pre-packaged bundle.
3232

33-
We recommend using [nvm](https://github.com/creationix/nvm) to manage and install Node.js,
34-
which makes it easy to change the version of Node.js per project.
33+
We recommend using [nvm](https://github.com/creationix/nvm) (or [nvm-windows](https://github.com/coreybutler/nvm-windows))
34+
to manage and install Node.js, which makes it easy to change the version of Node.js per project.
3535

3636
* [Yarn](https://yarnpkg.com): We use Yarn to install our Node.js module dependencies (rather than using npm).
3737
There are detailed installation instructions available at https://yarnpkg.com/en/docs/install.

0 commit comments

Comments
 (0)