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

Update minimum Node version on README.md and package.json #9817

Merged
merged 1 commit into from
Jul 2, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 2 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,14 +51,10 @@ For other platforms (macOS, Linux) You'll need certain packages installed before

### Prerequisites

1. `nodejs` **`>= 6.1`**
1. `nodejs` **`>= 7.9.0`**

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

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

sudo npm install -g node-gyp@3.3.1

#### On Debian / Ubuntu /Mint

````
Expand Down Expand Up @@ -91,12 +87,10 @@ After installing the prerequisites:

cd browser-laptop

3. Install the Node (v5+) dependencies:
3. Install the Node dependencies:

npm install

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

Instead of `npm install` you may also install with [yarn](https://github.com/yarnpkg/yarn).

### Troubleshooting
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@
"mockery": "^1.7.0",
"muon-winstaller": "^2.5.4",
"ncp": "^2.0.0",
"node-gyp": "^3.2.1",
"node-gyp": "^3.3.1",
"node-libs-browser": "^1.0.0",
"node-static": "^0.7.7",
"nsp": "^2.2.0",
Expand Down Expand Up @@ -236,6 +236,6 @@
},
"engineStrict": true,
"engines": {
"node": ">= 7.0.0"
"node": ">= 7.9.0"
}
}