From 193cd1c2d76c89b8bad9060bedf9879d457a1ba7 Mon Sep 17 00:00:00 2001 From: Nikki Nikkhoui Date: Thu, 15 Oct 2020 14:40:02 -0700 Subject: [PATCH] Add nvm to README Recommend using nvm in the README so development environments are consistent. Bug: T265682 Change-Id: I9dc4d67a6221fca9db883c216850a545e3c4b444 --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index e5eadb7..90de5b1 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,11 @@ See [skin.json](skin.json). Development ----------- +### Node version + +It is recommended to use [nvm](https://github.com/nvm-sh/nvm) to use the version of node defined +in `.nvmrc` during local development. This ensures consistency amongst development environments. + ### Coding conventions We strive for compliance with MediaWiki conventions: