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
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
OS: MacOs 15.2
Phone
Device:
OS:
Browser:
Version:
Additional information
No response
The text was updated successfully, but these errors were encountered:
Can you try running this with the --reload argument to Deno like this deno run --reload -A ...? This will reload cached dependencies and may resolve this issue.
Thanks for your reply!
I changed my code to deno run --reload -A jsr:@openneuro/cli upload --ignoreWarnings --dataset ds005810 NOD-MEG,
But this error still occurs. My deno version is 2.1.6
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: