-
Notifications
You must be signed in to change notification settings - Fork 131
Server does not work at all #698
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Which version of node are you using? |
I'm using node |
So it seems the node import protocol was introduced with node v14.18.0. https://nodejs.org/api/esm.html#node-imports But note that node 14 is end of life 30 April 2023. We should change the required engine to be >=14.18 instead of >14. Then installing the server should have failed — although I’m unsure how the sublime client actually installs the server. |
bash-lsp/bash-language-server#698 (comment) Signed-off-by: Jack Cherng <[email protected]>
Code editor
Sublime Text 4
Platform
MacOs 13.1
Version
Crashes
What steps will reproduce the bug?
Any command on
bash-language-server
How often does it reproduce? Is there a required condition?
No response
What is the expected behavior?
No response
What do you see instead?
I see the following crash error for any commands given to
bash-language-server
, even the-v
flag:Additional information
No response
The text was updated successfully, but these errors were encountered: