Denops_Error
Failed to load plugin
エラーメッセージ
[denops] ********************************************************************************
[denops] Deno module cache issue is detected.
[denops] Execute 'call denops#cache#update(#{reload: v:true})' and restart Vim/Neovim.
[denops] See https://github.com/vim-denops/denops.vim/issues/358 for more detail.
[denops] ********************************************************************************
[denops] Failed to load plugin 'skkeleton': TypeError: Could not find version of '@std/path' that matches specified version constraint '1.0.1'
[denops] at file:///Users/urugus/.local/share/nvim/site/pack/packer/opt/skkeleton/denops/skkeleton/deps/std/path.ts:1:15
原因
- denops のキャッシュが原因で @std/path の指定されたバージョンを見つけることができないことが原因
対応
:call denops#cache#update({'reload': v:true})