Skip to content

Commit

Permalink
fix: node-gyp requires Node 10.12
Browse files Browse the repository at this point in the history
  • Loading branch information
malept committed Aug 25, 2020
1 parent eef71ea commit 2e19f76
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ npm run rebuild

### What are the requirements?

Node v10.0.0 or higher is required. Building the native modules from source uses
Node v10.12.0 or higher is required. Building the native modules from source uses
[`node-gyp`](https://github.com/nodejs/node-gyp#installation), refer to the link for its
installation/runtime requirements.

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
},
"homepage": "https://github.com/electron/electron-rebuild",
"engines": {
"node": ">=10.0.0"
"node": ">=10.12.0"
},
"dependencies": {
"@malept/cross-spawn-promise": "^1.1.0",
Expand Down

0 comments on commit 2e19f76

Please sign in to comment.