dep icon indicating copy to clipboard operation
dep copied to clipboard

Deno dependency management tool.

Results 3 dep issues
Sort by recently updated
recently updated
newest added

env: ``` Desktop 🍎 deno --version deno 1.8.3 (release, x86_64-apple-darwin) v8 9.0.257.3 typescript 4.2.2 ``` command: ``` deno install -A --unstable https://cdn.depjs.com/dep/bin/dep.ts ``` error: ``` error: TS2322 [ERROR]: Type 'boolean...

When running any `dep` command, I get this error: ```sh Check https://deno.land/x/[email protected]/lib/cli.ts error: Uncaught TypeError: TS2322 [ERROR]: Type 'boolean | RegExp' is not assignable to type 'RegExp'. Type 'boolean' is...

https://nest.land/ I did not find dep there yet.