javascriptdeno

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?


Solution

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

    deno upgrade --version 1.6.3