DEV Community

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

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 ?