dvm icon indicating copy to clipboard operation
dvm copied to clipboard

Deno Version Manager (DVM) - A lightweight, and powerful Deno Version Manager for MacOS, Linux, WSL, and Windows with Bash.

Results 10 dvm issues
Sort by recently updated
recently updated
newest added

**Describe the bug** Error installing deno from dvm v0.8.0 It hits `[WARN] Failed to downloading Deno binary file, fallback to build from source.` I don't want to install from source...

- [ ] i18n support - [x] install Deno from the source - [ ] Wiki - [ ] More test cases

Check the latest version of DVM itself automatically, and print a message if some new versions are available.

enhancement

documentation
help wanted
good first issue

Cache the `download` and `cache` directories to reduce request number, and make the CI tests more stable.

good first issue

Get the newest version from the local cache, and only read newer versions from the network.

enhancement

Make the content start with the `#` symbol as a comment, also ignore the spaces and blank lines in the file. For example: ``` # This is a comment #...

enhancement
good first issue

## Expected behavior ```sh cat .deno-version # 1.45.0 dvm use # Found '/current/path/.deno-version' with version v1.45.0 # Using deno v1.45.0 now ```

enhancement
good first issue

Like the command `install`, it can use a version prefix to install the latest version with the specified prefix. For example, `dvm install v1` will install Deno v1.46.3.

enhancement