Got the same issue. Commit https://github.com/neoclide/coc.nvim/commit/dfc8dc22777e4109ce2f4830c1088aad40caa392 doesn't fix it for me at least.
Nevermind, it is fixed. The plugin was not build with the coc#util#install() hook. (Plugged). Had to go and yarn install it.
Is there already a different issue tracking the failure to build after plugin update?
I have:
Plug 'neoclide/coc.nvim', { 'do': './install.sh nightly' }
and apparently it didn't build for me either.
Most helpful comment
Is there already a different issue tracking the failure to build after plugin update?
I have:
and apparently it didn't build for me either.