denodrivers/mysql

error: TS2416 [ERROR]: Property 'name' in type 'PartialReadError' in DENO v1.13.0

koanzen opened this issue · 2 comments

Getting Error to new version of Deno 1.13.0, By Just Connecting to MySQL Database

error: TS2416 [ERROR]: Property 'name' in type 'PartialReadError' is not assignable to the same property in base type 'UnexpectedEof'.
Type 'string' is not assignable to type '"UnexpectedEof"'.
name = "PartialReadError";

at https://deno.land/std@0.74.0/io/bufio.ts:27:3

Fixed in v2.10.0, thanks!

how do i upgrade?