crewdevio/Commands

Installation Error for latest version of Deno

Closed this issue · 1 comments

I gotten this error when trying to install Commands with Deno 1.4.6.

error: TS2305 [ERROR]: Module '"../../std@0.74.0/fs/mod"' has no exported member 'readJsonSync'.
import { readJsonSync, existsSync } from "https://deno.land/std/fs/mod.ts";
         ~~~~~~~~~~~~
    at https://deno.land/x/commands@v1.0.3/Commands.ts:3:10

oh that function was removed from the standard deno library, I can fix it in a moment