-
Notifications
You must be signed in to change notification settings - Fork 110
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Yesterdays (2019-08-06) merged PRs break validation #812
Comments
Looks like Node 10.10.0 is not sufficient due to this change released in 10.11 nodejs/node#22832, can you update to the latest LTS (10.16.1)? I'll make a PR to raise the engine requirement to a version which passes the test suite |
That seems to work, thanks. However, I get the following warning:
|
@sappelhoff That is expected on Node 10. fs.promises was marked stable in Node 11, you could use Node 12 (soon to be the LTS version) if you want to suppress the warning. |
Ah alright. :-) @nellh if I may depend on your skill once more ... our Windows CLI is still giving issues: log Every dataset now gives quick validation errors:
Although nodejs is properly installed (and runs fine on non-windows OS using the same data):
Could it be due to these error messages when cloning
|
Quick validation is just after the new readDirs implementation - my guess is this is a platform bug with the changes. I filed #814 and I can check it out today. |
The PRs merged yesterday lead to issues with our pipeline in mne-bids.
merged yesterday: #809 #810 #811
prior to that, everything was running smoothly, now we get the following issue:
For all our BIDS datasets.
We are using
master
of bids-validator, see our CI configs here:Appveyor
Travis
cc @jasmainak @nellh @Danish808 @rwblair
The text was updated successfully, but these errors were encountered: