Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

nodejs-bin does not provide the extra 'npm' 'npx' #21

Open
perrette opened this issue Apr 3, 2023 · 1 comment
Open

nodejs-bin does not provide the extra 'npm' 'npx' #21

perrette opened this issue Apr 3, 2023 · 1 comment

Comments

@perrette
Copy link

perrette commented Apr 3, 2023

Hi,
am I missing something or the package does not actually ship npm and npx?

I tried all version (latest revisions):
pip install 'nodejs-bin[npx,npm]'

WARNING: nodejs-bin 18.4.0a3 does not provide the extra 'npm'
WARNING: nodejs-bin 18.4.0a3 does not provide the extra 'npx'

same thing for 16.15.1a4 and 14.19.3a4

@joshuadavidthomas
Copy link

Have you tried pip install nodejs-bin[cmd]?

https://github.com/samwillis/nodejs-pypi#install

By default the command line node, npm and npx commands are not installed to prevent collisions with already installed Node.js versions. To install them:

pip install 'nodejs-bin[cmd]'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants