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
Hello,
@denyncrawford, the following code :
throws the following error :
@AmateurPotion, since you recently updated your fork, I'm guessing you fixed that, but how to import your module ?
The following code :
throws the following error :
Thanks