copilot.lua icon indicating copy to clipboard operation
copilot.lua copied to clipboard

Neovide through WS

Open adamllryan opened this issue 1 year ago • 0 comments

I am running neovim in WSL through Neovide (neovide --wsl), and I ran into an interesting issue running Copilot:

[Copilot] Offline
[Copilot] Node.js version 18.x or newer required but found 12.22.9

I made sure to upgrade Node on WSL and on Windows, just to be sure, and running node -v on both return this:

node -v
v21.6.2

I am not sure where Copilot is checking my version of node, but I can't get it running. I've updated and restarted, and I can't find anywhere where I would have an instance of node with that version.

adamllryan avatar Feb 27 '24 00:02 adamllryan