saur icon indicating copy to clipboard operation
saur copied to clipboard

Error install Dino Saur

Open kKen94 opened this issue 4 years ago • 1 comments

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:

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

kKen94 avatar Jul 02 '20 07:07 kKen94