Skip to content

Module not found "https://deno.land/std/io/bufio.ts" #20

@KaKi87

Description

@KaKi87

Hello,

@denyncrawford, the following code :

import Datastore from 'https://deno.land/x/dndb@0.3.3/mod.ts'

throws the following error :

error: Module not found "https://deno.land/std/io/bufio.ts".
    at https://deno.land/x/dndb@0.3.3/deps.ts:5:27

@AmateurPotion, since you recently updated your fork, I'm guessing you fixed that, but how to import your module ?

The following code :

import Datastore from 'https://raw.githubusercontent.com/AmateurPotion/dndb/main/mod.ts'

throws the following error :

error: Relative import path "dndb/executor.ts" not prefixed with / or ./ or ../
    at https://raw.githubusercontent.com/AmateurPotion/dndb/main/src/mod.ts:15:22

Thanks

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions