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

Commit 984deaa

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

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
@@ -51,14 +51,10 @@ For other platforms (macOS, Linux) You'll need certain packages installed before
5151

5252
### Prerequisites
5353

54-
1. `nodejs` **`>= 6.1`**
54+
1. `nodejs` **`>= 7.9.0`**
5555

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

58-
2. `node-gyp` **`3.3.1`**
59-
60-
sudo npm install -g node-gyp@3.3.1
61-
6258
#### On Debian / Ubuntu /Mint
6359

6460
````
@@ -91,12 +87,10 @@ After installing the prerequisites:
9187

9288
cd browser-laptop
9389

94-
3. Install the Node (v5+) dependencies:
90+
3. Install the Node dependencies:
9591

9692
npm install
9793

98-
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)
99-
10094
Instead of `npm install` you may also install with [yarn](https://github.com/yarnpkg/yarn).
10195

10296
### Troubleshooting

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@
171171
"mockery": "^1.7.0",
172172
"muon-winstaller": "^2.5.4",
173173
"ncp": "^2.0.0",
174-
"node-gyp": "^3.2.1",
174+
"node-gyp": "^3.3.1",
175175
"node-libs-browser": "^1.0.0",
176176
"node-static": "^0.7.7",
177177
"nsp": "^2.2.0",
@@ -234,6 +234,6 @@
234234
},
235235
"engineStrict": true,
236236
"engines": {
237-
"node": ">= 7.0.0"
237+
"node": ">= 7.9.0"
238238
}
239239
}

0 commit comments

Comments
 (0)