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

Commit f608443

Browse files
committed
Merge pull request #9817 from luixxiul/update-readme
Update minimum Node version on README.md and package.json
1 parent 44ce060 commit f608443

File tree

2 files changed

+4
-10
lines changed

2 files changed

+4
-10
lines changed

README.md

+2-8
Original file line numberDiff line numberDiff line change
@@ -49,14 +49,10 @@ For other platforms (macOS, Linux) You'll need certain packages installed before
4949

5050
### Prerequisites
5151

52-
1. `nodejs` **`>= 6.1`**
52+
1. `nodejs` **`>= 7.9.0`**
5353

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

56-
2. `node-gyp` **`3.3.1`**
57-
58-
sudo npm install -g node-gyp@3.3.1
59-
6056
#### On Debian / Ubuntu /Mint
6157

6258
````
@@ -89,12 +85,10 @@ After installing the prerequisites:
8985

9086
cd browser-laptop
9187

92-
3. Install the Node (v5+) dependencies:
88+
3. Install the Node dependencies:
9389

9490
npm install
9591

96-
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)
97-
9892
Instead of `npm install` you may also install with [yarn](https://github.com/yarnpkg/yarn).
9993

10094
### Troubleshooting

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@
173173
"mockery": "^1.7.0",
174174
"muon-winstaller": "^2.5.4",
175175
"ncp": "^2.0.0",
176-
"node-gyp": "^3.2.1",
176+
"node-gyp": "^3.3.1",
177177
"node-libs-browser": "^1.0.0",
178178
"node-static": "^0.7.7",
179179
"nsp": "^2.2.0",
@@ -236,6 +236,6 @@
236236
},
237237
"engineStrict": true,
238238
"engines": {
239-
"node": ">= 7.0.0"
239+
"node": ">= 7.9.0"
240240
}
241241
}

0 commit comments

Comments
 (0)