You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 16, 2021. It is now read-only.
I have node installed via nvm. Using either bash or zsh, I can execute npm without issues. But, when doing LspInstall on languages that require npm(ex. python) I get an error:
bash: line 2: npm: command not found
bash: line 3: npm: command not found
[Process exited 127]
Is this a config issue on my part -OR- is this type of setup not supported yet and I should instead use a system-wide node installation?
The text was updated successfully, but these errors were encountered:
My issue seems to be isolated to a flatpak installation (Sorry, I missed mentioning this on my initial post - at that time, I thought it was not relevant). I installed the AppImage binary and it works now.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I have
node
installed vianvm
. Using either bash or zsh, I can executenpm
without issues. But, when doingLspInstall
on languages that requirenpm
(ex. python) I get an error:Is this a config issue on my part -OR- is this type of setup not supported yet and I should instead use a system-wide
node
installation?The text was updated successfully, but these errors were encountered: