DEV Community

Discussion on: 🦕Deno the Node replacement? Bonus: I created a boilerplate for Deno

Collapse
 
harken24 profile image
Jozo

I'm having issue when i run make in my terminal I get error error TS2339: Property 'size' does not exist on type 'FileInfo'.
Not sure if'm doing something wrong or what?

Collapse
 
lampewebdev profile image
Michael "lampe" Lazarski

What OS?
What terminal bash/zsh/fish?
What is the output of deno -v ?

Collapse
 
harken24 profile image
Jozo

OS is debian 10 (buster)
terminal is terminator and shell is zsh extended with oh my zsh
output is deno 0.36.0

Thread Thread
 
lampewebdev profile image
Michael "lampe" Lazarski

Can you try:

deno upgrade --version 1.0.0

and then run it again ?