From 9cef05a1103e726cef116aa48eaae57bc32464d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Moreno?= Date: Tue, 19 Apr 2016 17:26:39 +0200 Subject: [PATCH] Update how-to-contribute.md --- wiki/contributing/how-to-contribute.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/wiki/contributing/how-to-contribute.md b/wiki/contributing/how-to-contribute.md index 7127d408686..6bae01fe9b6 100644 --- a/wiki/contributing/how-to-contribute.md +++ b/wiki/contributing/how-to-contribute.md @@ -10,9 +10,7 @@ If you want to understand how Code works or want to debug an issue, you'll want ### Installing Prerequisites -You'll need [Node.JS](https://nodejs.org/en/), at least `v4`. - -We suggest to use `npm@2`, you can install it with `npm install -g npm@2`. +You'll need [Node.JS](https://nodejs.org/en/), at least `v5.10`. Code includes node module dependencies that require native compilation. To ensure the compilation is picking up the right version of header files from the Electron Shell, we have our own script to run the installation via `npm`. @@ -161,4 +159,4 @@ Check out the [issues list](https://github.com/Microsoft/vscode/issues?utf8=%E2% We're also interested in your feedback for the future of Code. You can submit a suggestion or feature request through the issue tracker. To make this process more effective, we're asking that these include more information to help define them more clearly. ## Discussion Etiquette -In order to keep the conversation clear and transparent, please limit discussion to English and keep things on topic with the issue. Be considerate to others and try to be courteous and professional at all times. \ No newline at end of file +In order to keep the conversation clear and transparent, please limit discussion to English and keep things on topic with the issue. Be considerate to others and try to be courteous and professional at all times.