diff --git a/docs/from_the_sources.md b/docs/from_the_sources.md index 148c67121..48a09a8f2 100644 --- a/docs/from_the_sources.md +++ b/docs/from_the_sources.md @@ -33,14 +33,14 @@ We'll consider at this point that you've got a working node on your box. E.g: ``` $ node -v -v4.4.7 +v6.9.1 ``` Be sure to use `npm` **version 3** by using `npm i -g npm`, for example: ``` $ npm -v -3.5.3 +3.10.8 ``` ### Packages