bajosiB
Denoβ€’3y agoβ€’
1 reply
bajosi

Relative import path "ioredis" not prefixed with / or ./ or ../

// main.ts
import Redis from "ioredis";

// deno.json
{
  "imports": {
    "ioredis": "https://esm.sh/ioredis@^5.3.2"
  }
}
Was this page helpful?