You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docker run -ti --rm -v $PWD:/data:ro denoland/deno deno run --allow-read --allow-env --reload -A https://github.com/bids-standard/bids-validator/raw/deno-build/bids-validator.js /data
error: Uncaught (in promise) Error: Dynamic require of "events" is not supported
throw Error('Dynamic require of "' + x + '" is not supported');
^
at https://raw.githubusercontent.com/bids-standard/bids-validator/deno-build/bids-validator.js:12:9
at Object.<anonymous> (https://raw.githubusercontent.com/bids-standard/bids-validator/deno-build/bids-validator.js:11:12)
at ../../../../.cache/deno/deno_esbuild/[email protected]/node_modules/xml2js/lib/parser.js (https://raw.githubusercontent.com/bids-standard/bids-validator/deno-build/bids-validator.js:395:4)
at __require3 (https://raw.githubusercontent.com/bids-standard/bids-validator/deno-build/bids-validator.js:15:50)
at Object.<anonymous> (https://raw.githubusercontent.com/bids-standard/bids-validator/deno-build/bids-validator.js:12:12)
at ../../../../.cache/deno/deno_esbuild/[email protected]/node_modules/xml2js/lib/xml2js.js (https://raw.githubusercontent.com/bids-standard/bids-validator/deno-build/bids-validator.js:39:4)
at __require3 (https://raw.githubusercontent.com/bids-standard/bids-validator/deno-build/bids-validator.js:15:50)
at https://raw.githubusercontent.com/bids-standard/bids-validator/deno-build/bids-validator.js:6:25
There's no winning with these dependencies.
Originally posted by @mateuszpawlik in https://github.com/bids-standard/bids-validator/issues/2091#issuecomment-2304074851
The text was updated successfully, but these errors were encountered: