marlonfan / coc-phpls

🐭 php language server for coc.nvim
MIT License
212 stars 16 forks source link

Plug 'neoclide/coc-html', {'do': 'yarn install --frozen-lockfile'} errors #49

Closed francois-pasquier closed 4 years ago

francois-pasquier commented 4 years ago

Describe the bug Context : I like to add my coc extensions inside of my init.vim file with my plugin manager vim-plug. Plug 'neoclide/coc-html', {'do': 'yarn install --frozen-lockfile'} errors on me

To Reproduce Steps to reproduce the behavior:

  1. Add Plug 'neoclide/coc-html', {'do': 'yarn install --frozen-lockfile'} to init.vim 2.. :PlugInstall
  2. error

You can see the actual error by going into the plugged/coc-phpls directory and calling npm install or yarn.

Expected behavior It should just work

Desktop (please complete the following information):