hasundue / nublar

A command-line tool to manage Deno scripts installed via deno install
https://deno.land/x/nublar
MIT License
17 stars 1 forks source link

Not working for npm registries #66

Closed hasundue closed 1 year ago

hasundue commented 1 year ago

Example:

shun@x1carbon:~/nublar$ nublar update
error getting versions for zenn-cli' "$
error: Uncaught (in promise) Error: versions.json for zenn-cli' "$ has incorrect format
        throw new Error(`versions.json for ${name} has incorrect format`);
              ^
    at Npm.all (https://deno.land/x/udd@0.8.2/registry.ts:174:15)
    at async Udd.update (https://deno.land/x/udd@0.8.2/mod.ts:84:22)
    at async Udd.run (https://deno.land/x/udd@0.8.2/mod.ts:71:22)
    at async udd (https://deno.land/x/udd@0.8.2/mod.ts:14:10)
    at async update (https://deno.land/x/nublar@0.2.1/nublar.ts:105:21)
    at async Command.execute (https://deno.land/x/cliffy@v0.25.7/command/command.ts:1794:7)
    at async Command.parseCommand (https://deno.land/x/cliffy@v0.25.7/command/command.ts:1639:14)