Skip to content

Commit

Permalink
docs: clarify Node.js version (#53581)
Browse files Browse the repository at this point in the history
Resolve #53334

PR Close #53581
  • Loading branch information
johnnygerard authored and thePunderWoman committed Dec 18, 2023
1 parent 41be460 commit 8e5b95d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/DEVELOPER.md
Expand Up @@ -26,8 +26,9 @@ following products on your development machine:
**Windows Users**: Git Bash or an equivalent shell is required\
*Windows Powershell and cmd shells are not supported [#46780](https://github.com/angular/angular/issues/46780) so some commands might fail*

* [Node.js](https://nodejs.org), (version specified in the engines field of [`package.json`](../package.json)) which is used to run a development web server,
run tests, and generate distributable files.
* [Node.js](https://nodejs.org), (version specified in [`.nvmrc`](../.nvmrc)) which is used to run a development web server,
run tests, and generate distributable files.
`.nvmrc` is read by [nvm](https://github.com/nvm-sh/nvm) commands like `nvm install` and `nvm use`.

* [Yarn](https://yarnpkg.com) (version specified in the engines field of [`package.json`](../package.json)) which is used to install dependencies.

Expand Down

0 comments on commit 8e5b95d

Please sign in to comment.