Skip to content
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.

Commit

Permalink
Update Node info in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bbondy committed May 30, 2016
1 parent eb2770a commit 9dee653
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,18 @@ source code, see below.
## Build prerequisites

### All platforms
1. `nodejs` **`>= 5.0`**
1. `nodejs` **`>= 6.1`**

Install from your package manager or download from https://nodejs.org

2. `node-gyp` **`3.2.1`**
2. `node-gyp` **`3.3.1`**

sudo npm install -g node-gyp@3.2.1
sudo npm install -g node-gyp@3.3.1

### Windows
Ensure you have the following installed:

* [Node.js 5+](https://nodejs.org/en/)
* [Node.js 6.1+](https://nodejs.org/en/)
* [Python 2.7](https://www.python.org/downloads/)
* [Visual Studio 2013 or 2015](https://www.visualstudio.com/en-us/products/visual-studio-community-vs.aspx)

Expand Down Expand Up @@ -50,9 +50,7 @@ After installing the prerequisites:

npm install

For now, Node 5.8 requires you to `cd node_modules/abp-filter-parser-cpp` after the `npm install` and run `make`.

If this fails on Linux with an error related to `abp-filter-parser-cpp`, try updating to Node 5.9 and `node-gyp` 3.2.1 (see discussion at https://github.com/brave/browser-laptop/issues/214)
If this fails on Linux with an error related to `abp-filter-parser-cpp`, try updating to Node 6.1 and `node-gyp` 3.3.1 (see discussion at https://github.com/brave/browser-laptop/issues/214)

Additional notes on troubleshooting installation issues are in the [Troubleshooting](https://github.com/brave/browser-laptop/wiki/Troubleshooting) page in the Wiki.

Expand Down

0 comments on commit 9dee653

Please sign in to comment.