Skip to content

Commit 21d044c

Browse files
authored
Merge pull request #813 from nellh/raise-minimum-node
Node 10.11 is needed for working readdir(..., {withFileTypes})
2 parents 4fe7b5f + 97d1a99 commit 21d044c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bids-validator/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
couple of minutes please open [developer tools ](https://developer.chrome.com/devtools)
1515
and report the error at [https://github.com/bids-standard/bids-validator/issues](https://github.com/bids-standard/bids-validator/issues).
1616
1. Command line version:
17-
1. Install [Node.js](https://nodejs.org) (at least version 10.10)
17+
1. Install [Node.js](https://nodejs.org) (at least version 10.11.0)
1818
1. From a terminal run `npm install -g bids-validator`
1919
1. Run `bids-validator` to start validating datasets.
2020
1. Docker

bids-validator/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"url": "https://github.com/bids-standard/bids-validator.git"
99
},
1010
"engines": {
11-
"node": ">=10.10.0"
11+
"node": ">=10.11.0"
1212
},
1313
"bin": {
1414
"bids-validator": "./bin/bids-validator"

0 commit comments

Comments
 (0)