-
Notifications
You must be signed in to change notification settings - Fork 126
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
Installation fails, due to missing commander@^11.0.0 #1197
Comments
Here’s the complete log file
|
Hmm, by running … sudo npm i -g commander
sudo npm i -g bash-language-server … I could install version
I would have preferred not circumventing my OS’s package manager when installing packages, so this is only a temporary workaround, (I know, this is Mint, which always is based on the LTS version of Ubuntu, and so packages are generally a bit outdated. But Mint is quite popular, so… I don’t know if you want to handle this, or not bother. :) |
Code editor
Kate
Platform
Linux/SystemD/Mint 22 (=…/Ubuntu 24)
Version
(impossible)
What steps will reproduce the bug?
npm i -g bash-language-server
How often does it reproduce? Is there a required condition?
Always
What is the expected behavior?
Installation of
bash-language-server
, according to theREADME.md
.What do you see instead?
Additional information
Hi, I cannot tell from this, if
commander
is supposed to be anpm
package or something expected from my OS package manager. (I’m not into JS.)I presumed that it’s an
npm
package andnpm
is expected to find, download and install it if required, but this package here has a dependency for a version that does not exist (anymore?).(I’m surprised that a package with a missing dependency can even enter the package repository though, so above presumption may be wrong(?).)
A deb package named
node-commander
is installed here, but in version9.4.1-1
. I don’t know if that’s what is meant…The text was updated successfully, but these errors were encountered: