You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i'm considering switching to this project from nodejs-bin. it makes the node, npm and npx scripts optional and only installs them if you install the cmd extra:
pip install 'nodejs-bin[cmd]'
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.
The text was updated successfully, but these errors were encountered:
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:pip install 'nodejs-bin[cmd]'
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.
The text was updated successfully, but these errors were encountered: