neoclide / coc-vetur

Vue language server extension for coc.nvim
219 stars 7 forks source link

Error when installing coc-vetur #54

Closed NICHTJ3 closed 3 years ago

NICHTJ3 commented 3 years ago

I'm getting an error when installing coc-vetur, coc-prettier and coc-tsserver this seems to be linked to the dependency on @chemzqm/tslint-config as shown here: image

NICHTJ3 commented 3 years ago

This seems to be linked to the new changes in npm@7 as after moving back to an older version all of the plugins successfully installed specifically I think it's the automatic installation of peer dependencies

NICHTJ3 commented 3 years ago

There is a pr to fix this for coc-tsserver found here https://github.com/neoclide/coc-tsserver/pull/218 but it introduces other issues