diff --git a/web/vtctld2/README.md b/web/vtctld2/README.md index 332816a1bd..76beef0c5c 100644 --- a/web/vtctld2/README.md +++ b/web/vtctld2/README.md @@ -11,15 +11,15 @@ This project was generated with [angular-cli](https://github.com/angular/angular You will need (very old!) installations of npm and node to run the front-end dev server. To check your versions: ```bash -node -v # v8.0.0 required -npm -v # 5.0.0 required +node -v # v8.17.0 required +npm -v # 6.13.4 required ``` Using a node version manager like [nvm](https://github.com/nvm-sh/nvm) is strongly recommended, as the versions required by this project are several years out of date. 1. Install nvm using the [installation guide](https://github.com/nvm-sh/nvm#installing-and-updating). -1. Install node (and npm): `nvm install 8.0.0` -1. In the shell you're using for vtctld UI development: `nvm use 8.0.0` +1. Install node (and npm): `nvm install 8.17.0` +1. In the shell you're using for vtctld UI development: `nvm use 8.17.0` ### Starting the dev server