Coc.nvim and coc.pyright require different node versions to work! What do you guys do for this? #2832
Unanswered
SubhamBurnwal
asked this question in
Q&A
Replies: 1 comment
-
Use node 12 or above |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am on Ubuntu LTS 10.04, and I installed coc.nvim with vim-plug.
coc.nvim asks for v10.12 or something while the coc.pyright extension requires v12+
Whenever I install either of those, the previous one gets uninstalled I guess.. I know this is the case because the warning pops up whenever I open Vim or whenever I open a python file(which turns on coc.pyright)
What do I do??
Beta Was this translation helpful? Give feedback.
All reactions