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

Commit 53bc276

Browse files
bscliftonbbondy
authored andcommitted
Merge pull request #9817 from luixxiul/update-readme
Update minimum Node version on README.md and package.json
1 parent 0e1ddab commit 53bc276

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

4848
### Prerequisites
4949

50-
1. `nodejs` **`>= 6.1`**
50+
1. `nodejs` **`>= 7.9.0`**
5151

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

54-
2. `node-gyp` **`3.3.1`**
55-
56-
sudo npm install -g node-gyp@3.3.1
57-
5854
#### On Debian / Ubuntu /Mint
5955

6056
````
@@ -87,12 +83,10 @@ After installing the prerequisites:
8783

8884
cd browser-laptop
8985

90-
3. Install the Node (v5+) dependencies:
86+
3. Install the Node dependencies:
9187

9288
npm install
9389

94-
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)
95-
9690
Instead of `npm install` you may also install with [yarn](https://github.com/yarnpkg/yarn).
9791

9892
### 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",
@@ -235,6 +235,6 @@
235235
},
236236
"engineStrict": true,
237237
"engines": {
238-
"node": ">= 7.0.0"
238+
"node": ">= 7.9.0"
239239
}
240240
}

0 commit comments

Comments
 (0)