-
Notifications
You must be signed in to change notification settings - Fork 123
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
Can't install on ubuntu 18.04 #82
Comments
I assume this is unrelated to Thoughts to fix your npm installation:
|
I tried the sudo option as that is what the error message seemed to say it wanted. I tried option 2 and it didn't help (possibly due to my previous sudo'ing). What has worked though, was in the link you sent, by configuring npm to tell it that "global" is somewhere in my account rather than under /usr/lib. Thanks for the help! |
|
I used
|
I'm not familiar with npm but your installation instructions looked easy. However I am getting errors when trying to install the bash language server on ubuntu 18.04. (my eventual goal is to try using this via the emacs lsp-sh mode)
Running the stated installation command gives:
Running as administrator doesn't help:
Looks like 18.04 node may be too old. After updating nodejs to the latest it still doesn't work:
Please help?
The text was updated successfully, but these errors were encountered: