-
Notifications
You must be signed in to change notification settings - Fork 1
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
Older version of Node.js is required #23
Comments
It's an issue with the underlying server (https://github.com/znck/grammarly) that it doesn't work with Node 18+. Feel free to report an issue there, if there isn't one already. EDIT: There is one already: znck/grammarly#334 |
Is there a way to tell the plugin which |
I think you could override
Alternatively use the bundled Node version by setting |
I tried to add |
Add in |
I believe this means the end of this server soon: znck/grammarly#384 (comment) |
I just updated to Sonoma, and this stopped working on my sublime. It is not incredibly important to me, but if I can make it work, life will be slightly easier. Is there any way to make the LSP-Grammarly aware that there is already a node.js operating in the system? In my case, it is not a PATH thing since the sublime has a correct path in its environment. I can't find the |
Hello @luispuerto, Rafal mention the fix in this comment. If you have nvm
Than copy the last line, {
"command": [
"/home/predragnikolic/.nvm/versions/node/v16.16.0/bin/node",
"${server_path}",
"--stdio"
]
} |
This fix doesn't work for me either (Arch Linux), even after specifying v16.0 in the LSP settings. |
At least on my case the message is different form the OP's one. So perhaps I need to fix first the fact that seems that sublime is not able to reach any node. |
Hi, I had a similar problem and I was just able to make LSP-Grammarly start in Sublime by
In my case I had |
I don't have The thing for me is make the package understand that there is another version of node and where is located. PS/ In my case, it was working perfectly till I updated to Sonoma, and I haven't changed anything… so something is acting up. |
On my linux the corresponding location is |
By the way… if my memory doesn't fail, I remember downloading the node for this package the first time I installed it… I mean is asked me if I wanted to download node. Where is that installation located? because perhaps something happened after the update. Perhaps deleting everything solve the issue. |
Got it. I realized that I still have a version of node (16.20.2) installed, so maybe uninstalling the latest one did not help (I'll update the answer). I was considering removing all versions of node and reinstalling the ones I needed. However, having sublime automatically install node 16.15.0 made LSP-Grammarly restart for me. Anyway, I had this problem before updating to Sonoma (which I did two days ago), so there is still the chance that the same issue may have different causes. |
Anyhow, @salleuska, today isn't the last day this will work correctly. (now that I reread the thread carefully)
I think that after today the package will no longer work properly for anyone. Correct? If you can confirm it tomorrow, that would be great, especially if you have Grammarly Pro. |
I have missed that. Indeed, today I opened Sublime and although LSP-Grammarly is still present I am now logged off from Grammarly and not able to log in again. Anyway, I am still getting the suggestions from the free version. |
So, there is no point in continuing to try to make this work. I already deleted the package. |
Unless the original server at https://github.com/znck/grammarly starts being maintained properly again, I don't really see point in working on this either. |
znck/grammarly repository has been archived by the owner on May 7, 2024 |
An old version of Node.js (16) is required, which is reaching end-fo-life in September this year.
The text was updated successfully, but these errors were encountered: