dvm
dvm copied to clipboard
Deno Version Manager (DVM) - A lightweight, and powerful Deno Version Manager for MacOS, Linux, WSL, and Windows with Bash.
**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.
Cache the `download` and `cache` directories to reduce request number, and make the CI tests more stable.
Get the newest version from the local cache, and only read newer versions from the network.
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 #...
## 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 ```
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.