pup icon indicating copy to clipboard operation
pup copied to clipboard

pup upgrade --channel canary does not work

Open Hexagon opened this issue 1 year ago • 0 comments

After the migration to jsr.io (with dependencies moved from deps.ts into deno.json), installing the canary version of pup doesn't work:

➜  ~ pup upgrade --channel canary

Warning: Installing using Deno flag --unstable due to version requirements.

Running: deno install -qfr -A --unstable-kv -n pup https://raw.githubusercontent.com/Hexagon/pup/main/pup.ts
error: Relative import path "@cross/utils" not prefixed with / or ./ or ../
    at https://raw.githubusercontent.com/Hexagon/pup/main/lib/cli/main.ts:32:30

imports from deno.json doesn't seem to be handled when installing over https. -c does not seem to work over https either.

Hexagon avatar Apr 14 '24 18:04 Hexagon