Closed DetachHead closed 7 months ago
We may have two options to do it (like https://github.com/scikit-build/cmake-python-distributions/issues/80#issuecomment-502787361). One is
Another one is
I prefer the second one, as it has no breaking change to nodejs-wheel
.
i'm considering switching to this project from nodejs-bin. it makes the
node
,npm
andnpx
scripts optional and only installs them if you install thecmd
extra:that's useful in my case because i only need to call node programmatically and not via the command line, and i'd prefer users of my package to not unknowingly have a node binary added to their path.