Are there minimal NodeJS version, free of JS/TS dependencies? #53505
-
I am trying to re-package NodeJS and every of it's dependencies separately on Guix to allow cache and prevent rebuilds, and after coming across a few JS/TS dependencies (in my case, undici), I can't help but ask if there exist any such version of NodeJS, that does not come with any dependencies, excluding C/C++ libraries? |
Beta Was this translation helpful? Give feedback.
Answered by
RedYetiDev
Jun 18, 2024
Replies: 1 comment 4 replies
-
Certain dependencies, such as corepack, NPM, and a few others, can be excluded from the build via CLI flags during the make process, but other than that, there is no minimal version of Node.js. |
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
RedYetiDev
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Certain dependencies, such as corepack, NPM, and a few others, can be excluded from the build via CLI flags during the make process, but other than that, there is no minimal version of Node.js.