-
rocketpilot
Tried the settings proposed by Justin245062 above to get the astro-language-server to run and I no longer get the NPM error, it just times out. I appreciate the philosophy of giving the user more control over what gets installed but at a certain point I'd just like it to work
-
krig
I get that. Personally I install node separately myself, I don’t like that the editor just installs some random version on its own. But I might revert those changes and just try to keep the main branch as stable as possible, add a separate next branch for the bigger changes.
-
keb
Just realized Gajim doesn't save history unless I have the chat open. :( I have Node installed via `fnm`, and am also getting this from the svelte language server: "from extension "Svelte" version 0.2.11: npm install disabled in Language Server settings: ["svelte-language-server@0.18.3"]" I imagine it's because it's trying to `npm install` something, but it's not clear from the docs how to fix this: https://gram-editor.com/docs/languages/svelte/
-
krig
Yeah it’s not very clear right now. There is a ”Language Server Configuration” view available from the little bot icon in the status bar, there you should be able to turn on npm install
-
keb
ahh I see. thanks