how to update version of current Installed Deno
Asked Answered
C

1

5

i installed vesion of 1.10.2 on my pc and i want to use last vestion of deno so How can i update version of deno ?

should I use install command and install it again or there is something like

npm install -g npm@latest 

thank you

Charron answered 8/6, 2021 at 21:40 Comment(0)
A
6

From Updating | Manual | Deno:

To update a previously installed version of Deno, you can run:

 deno upgrade
Abhor answered 9/6, 2021 at 0:16 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.