About nodejs dependencies #26821
Answered
by
SomeoneToIgnore
fxzxmic
asked this question in
Help and General Q&A
-
zed will download a copy of nodejs itself if it doesn't detect it in the system, is that right? |
Beta Was this translation helpful? Give feedback.
Answered by
SomeoneToIgnore
Mar 15, 2025
Replies: 2 comments 6 replies
-
It is. |
Beta Was this translation helpful? Give feedback.
5 replies
-
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently, the answer will be "yes": Zed itself needs neither, but a lot of web tooling (e.g. LSP servers for web languages and tech) are node-dependent and publish their packages on npm registry.
prettier
is one of these, and Zed uses it to autoformat its settings.json, so Zed tries to download and installnode -> npm -> prettier npm package
chain.Prettier can be turned off in settings.json, same as other web-related plugins and language servers, so it should be possible to have no node or npm involved when running Zed.