From 868c9ecc11d23bf3c991550d6c1054efec7ba87d Mon Sep 17 00:00:00 2001 From: Siddharth Kshetrapal Date: Wed, 21 Dec 2016 12:35:16 +0530 Subject: [PATCH] change node version in contributing --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 80c27d86d3..a3e0254067 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -38,7 +38,7 @@ Feel free to check out the `#discussion`/`#development` channels on our [slack]( **Note:** Versions `< 5.1.10` can't be built. -Babel is built for node 0.10 and up but we develop using node 6. Make sure you are on npm 3. +Babel is built for node 4 and up but we develop using node 6. Make sure you are on npm 3. You can check this with `node -v` and `npm -v`.