You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using Deno 1.45.5, however, denops raises 'Unsupported Deno version' error.
This is the output of :checkhealth
denops: health#denops#check
- Supported Deno version: `1.45.0`
- Supported Vim version: `9.1.0448`
- Supported Neovim version: `0.10.0`
- Detected Deno version: `1.39.4`
- ERROR Unsupported Deno version is detected. You need to upgrade it to `1.45.0` or later.
- Detected Neovim version: `0.10.1`
- OK Neovim version check: passed
- Denops status: `stopped`
- ERROR Denops is stopped. Execute `:message` command to find reasons.
I'm using Deno 1.45.5, Neovim 0.10.1 and denops 7.0.2. This issue is not reproduced with denops 6.0.11
Provide a minimal vimrc with less than 50 lines to reproduce
How to reproduce the problem from Vim startup
Expected behavior
The latest version should be detected as the supported versions.
Actual behavior
Screenshots (if need)
Your environment
OS: Darwin
Deno version: deno --version 1.45.5
Vim/Neovim version: vim --version or nvim --version 0.10.1
Denops version: git log -1 (run in the denops.vim repository) 7.0.2
Additional context
The text was updated successfully, but these errors were encountered:
Hum... It seems the deno binary visible from your vim is invalid. Please confirm the value of echo exepath('deno') is correct (and set g:denops#deno to the correct path if it's invalid)
Describe the bug
I'm using Deno 1.45.5, however, denops raises 'Unsupported Deno version' error.
This is the output of
:checkhealth
I'm using Deno 1.45.5, Neovim 0.10.1 and denops 7.0.2. This issue is not reproduced with denops 6.0.11
Provide a minimal vimrc with less than 50 lines to reproduce
How to reproduce the problem from Vim startup
Expected behavior
The latest version should be detected as the supported versions.
Actual behavior
Screenshots (if need)
Your environment
Darwin
deno --version
1.45.5vim --version
ornvim --version
0.10.1git log -1
(run in the denops.vim repository) 7.0.2Additional context
The text was updated successfully, but these errors were encountered: