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`.