emacs copilot

# Install nvm
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.0/install.sh | bash

# Restart your terminal or run:
source ~/.bashrc

# Install Node.js 20
nvm install 20
nvm use 20
nvm alias default 20

Then ran

npm install @github/copilot-language-server