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
$ udd --version0.8.2
$ udd --upgradehttps://deno.land/x/udd@0.8.2/main.tserror: Uncaught (in promise) Error: error: the following required arguments were not provided: --globalNote: Permission flags can only be used in a global setting throw new Error(error); ^ at spawn (https://deno.land/x/udd@0.8.2/main.ts:75:11) at eventLoopTick (ext:core/01_core.js:175:7) at async upgrade (https://deno.land/x/udd@0.8.2/main.ts:86:3) at async main (https://deno.land/x/udd@0.8.2/main.ts:98:12) at async https://deno.land/x/udd@0.8.2/main.ts:180:3
$ deno install -rf --allow-read=. --allow-write=. --allow-net https://deno.land/x/udd/main.tserror: the following required arguments were not provided: --globalNote: Permission flags can only be used in a global setting
Here --global is necessary.
The text was updated successfully, but these errors were encountered:
e-kwsm
added a commit
to e-kwsm/deno-udd
that referenced
this issue
Dec 4, 2024
Also, https://github.com/hayd/deno-udd/blob/09f9994e2588a0744b8983f91122932b494eb176/README.md#installation
Here
--global
is necessary.The text was updated successfully, but these errors were encountered: