Skip to content

Commit 54e23db

Browse files
committed
update docs to node 22
1 parent f1ce0b8 commit 54e23db

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/DEVELOPER.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,8 @@ While Docker is great way to encapsulate all of the dependencies, build tools an
5050
2. Permit your user (and not just "sudo") to contact the Docker daemon: `sudo usermod -aG docker yourUsername && sudo chmod 666 /var/run/docker.sock`.
5151
3. (Optional) Configure docker to start on boot: `printf '[boot]\ncommand="service docker start"\n' | sudo tee /etc/wsl.conf` (assuming `/etc/wsl.conf` is currently unused).
5252
2. Install [Make](https://www.gnu.org/software/make/): `sudo apt install make`.
53-
3. Install [Node 16.14.0](https://nodejs.org/en/download/). We recommend using [nvm](https://github.com/nvm-sh/nvm#installation-and-update).
53+
3. Install [Node 22](https://nodejs.org/en/download/). We recommend using [nvm](https://github.com/nvm-sh/nvm#installation-and-update) or [nvm on Windows](https://github.com/coreybutler/nvm-windows).
5454
4. Clone the repo: `git clone https://github.com/sillsdev/web-languageforge`.
55-
1. Windows users, be sure to clone the project to the WSL file system (to keep VS Code, Git and the file system in sync)
5655
5. Run `npm install` (required for git pre-commit hook with Prettier)
5756

5857
### Running the App Locally

0 commit comments

Comments
 (0)