From 96c1e4a2230e3edf6b394d86fd1aa6843964d915 Mon Sep 17 00:00:00 2001 From: Jaume Salgado Date: Fri, 5 Oct 2018 21:06:57 +0200 Subject: [PATCH] Update Node and npm versions mentioned in CONTRIBUTING.md --- CONTRIBUTING.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 19b84917bd..4dfa58fb55 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -50,14 +50,14 @@ Conventions and squad decisions are kept in the [decisions folder](/decisions). Backpack is developed using Node, using the following versions: -* `LTS` (Node) -* `^5.6.0` (npm) +* `LTS/Carbon` (Node ^8.12.0) +* `^6.4.1` (npm) This is enforced using a pre-install hook that calls out to [ensure-node-env](https://github.com/Skyscanner/ensure-node-env). If you use [nvm](https://github.com/creationix/nvm) or [nave](https://github.com/isaacs/nave) to manage your Node environment, Backpack has built-in support for these. Just run `nvm use` or `nave auto` to install the correct Node version. -To install npm, use `npm install --global npm@^5.6.0`. +To install npm, use `npm install --global npm@^6.4.1`. ### React Native