Skip to content

Commit

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

PR Close angular#53581
  • Loading branch information
johnnygerard authored and ChellappanRajan committed Jan 23, 2024
1 parent 161f866 commit 8050532
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/DEVELOPER.md
Original file line number Diff line number Diff line change
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 8050532

Please sign in to comment.