简体   繁体   中英

How to downgrade Deno

Using Aleph with Deno found a bug, with the incompatible versions and I need to downgrade. How I can downgrade the deno version from 1.8.1 to 1.6.3 without uninstalling it?

You can use deno upgrade command with specified version for upgrade or downgrade the deno.

deno upgrade --version 1.6.3

I use dvm (an alternative to node's nvm) to have various deno versions installed (for aleph.js ). One can easily switch the version using dvm use VERSION command.

dvm use 1.8.2

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM