-
Notifications
You must be signed in to change notification settings - Fork 41
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
Errors when upload using the newest CLI #3289
Comments
Hi, thank you for the bug report. Can you try running this with the |
A fix for this is included in @openneuro/cli release 4.30.1. Please reopen if you are still seeing this issue after updating with |
@colehank A new release with 4.30.2 includes another fix for this, can you please test with the reload flag again and let me know if this has resolved your issue? |
What went wrong?
in the newest openneuro version, when I upload my dataset by
deno run -A jsr:@openneuro/cli upload --ignoreWarnings --dataset ds005810 NOD-MEG
, I meet the errors as follows:error: Uncaught (in worker "") SyntaxError: The requested module 'path-browserify' does not provide an export named 'join' at <anonymous> (file:///Users/zgh/Library/Caches/deno/npm/registry.npmjs.org/isomorphic-git/1.29.0/index.js:3:10)
error: Uncaught (in promise) null
Expected behavior
just let the cli work well
How to reproduce
Desktop
Phone
Additional information
No response
The text was updated successfully, but these errors were encountered: