From 8e1e7b2080776ce3d2747378e196607b3d6d0477 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89tienne=20T=C3=A9treault-Pinard?= Date: Mon, 20 Aug 2018 11:49:27 -0400 Subject: [PATCH] update CONTRIBUTING making node10 + npm6 recommended --- CONTRIBUTING.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d9da752ab87..54baa0130df 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -34,12 +34,12 @@ We use the following [labels](https://github.com/plotly/plotly.js/labels) to tra #### Prerequisites - git -- [node.js](https://nodejs.org/en/). We recommend using node.js v8.x, but all +- [node.js](https://nodejs.org/en/). We recommend using node.js v10.x, but all versions starting from v6 should work. Upgrading and managing node versions can be easily done using [`nvm`](https://github.com/creationix/nvm) or its Windows alternatives. -- [`npm`](https://www.npmjs.com/) v5.x and up (which ships by default with - node.js v8.x) to ensure that the +- [`npm`](https://www.npmjs.com/) v6.x and up (which ships by default with + node.js v10.x) to ensure that the [`package-lock.json`](https://docs.npmjs.com/files/package-lock.json) file is used and updated correctly.