nodejs-pypi icon indicating copy to clipboard operation
nodejs-pypi copied to clipboard

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

Open perrette opened this issue 2 years ago • 1 comments

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

perrette avatar Apr 03 '23 16:04 perrette

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]'

joshuadavidthomas avatar Jul 21 '23 19:07 joshuadavidthomas