emacs-lsp / lsp-pyright

lsp-mode :heart: pyright
https://emacs-lsp.github.io/lsp-pyright
GNU General Public License v3.0
284 stars 24 forks source link

Add node version requirements to documentation #58

Closed Dadams2 closed 1 year ago

Dadams2 commented 3 years ago

I was attempting to install lsp-pyright on a centos7 machine without root privileges. For me the default versions were:

When attempting to build pyright in doom emacs I kept getting Syntax Error: Unexpected Token *

Updating the node version to 14 fixed this as I looked #35 which mentioned downgrading to node 14 was required on mac.

I am quite new to contributing so my question is would you be open to adding a quick section in the readme about node requirements as they are not obvious on microsofts documentation either?

I would be happy to investigate what versions work and don't.