Replies: 1 comment
-
|
https://github.com/nodejs/docker-node?tab=readme-ov-file#nodeslim |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to understand what exactly is
node-slim. Is itnodestripped off of JS dependencies inside the deps folder, like for example,acorn,acorn-walk,npmandundici?Context: I am trying to package
node, in a modular fashion in Guix, using shared libraries, and it seems to me that quite a few packages are JS/TS projects and not C/C++. I am looking fornode-minimal, so that I can build the full version ofnodeto also include the JS packages.Beta Was this translation helpful? Give feedback.
All reactions