You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
error: TS2305 [ERROR]: Module '"https://deno.land/std/io/util"' has no exported member 'stringsReader'.
import { stringsReader } from "https://deno.land/std/io/util.ts";
~~~~~~~~~~~~~
at https://raw.githubusercontent.com/tubbo/dejs/fuck-you-github/mod.ts:3:10
The text was updated successfully, but these errors were encountered:
I don't believe this project is ready for production.
I'm getting an import error as well from another module.
error: Uncaught SyntaxError: The requested module 'https://deno.land/x/dirname/mod.ts' does not provide an export named '__' import { __ } from "https://deno.land/x/dirname/mod.ts"; ~~ at <anonymous> (https://deno.land/x/saur@v0.0.1/cli/generate/template.js:3:10)
I try to install Deno Saur with command
deno install --unstable --allow-net --allow-env --allow-read=. --allow-write --allow-run --name saur https://deno.land/x/saur/cli.js
and I get this error:
The text was updated successfully, but these errors were encountered: