Skip to content

Commit 73ac59f

Browse files
authored
docs: update developing.md (#11377)
The commit updates the Node version documented in the "Building on Windows" section so that it aligns with the version range specified in the prerequisites. Previously when the minimally supported Node version was updated we forgot to also update the Windows docs.
1 parent ce1ac15 commit 73ac59f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Developing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -509,7 +509,7 @@ etc.) by opening `packages/<package name>/coverage/index.html`.
509509

510510
- Install [`scoop`](https://github.com/lukesampson/scoop#installation).
511511
- Install [`nvm`](https://github.com/coreybutler/nvm-windows) with scoop: `scoop install nvm`.
512-
- Install Node.js with `nvm`: `nvm install 12.14.1`, then use it: `nvm use 12.14.1`. You can list all available Node.js versions with `nvm list available` if you want to pick another version.
512+
- Install Node.js with `nvm`: `nvm install 16.15.1`, then use it: `nvm use 16.15.1`. You can list all available Node.js versions with `nvm list available` if you want to pick another version.
513513
- Install `yarn`: `scoop install yarn`.
514514
- If you need to install `windows-build-tools`, see [`Installing Windows Build Tools`](#installing-windows-build-tools).
515515
- If you run into problems with installing the required build tools, the `node-gyp` documentation offers a useful [guide](https://github.com/nodejs/node-gyp#on-windows) how to install the dependencies manually. The versions required for building Theia are:

0 commit comments

Comments
 (0)