nodejs-pypi
                                
                                 nodejs-pypi copied to clipboard
                                
                                    nodejs-pypi copied to clipboard
                            
                            
                            
                        nodejs-bin does not provide the extra 'npm' 'npx'
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
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]'