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

Project to repackage Node.js releases as Python binary wheels for distribution via PyPI

Results 14 nodejs-pypi issues
Sort by recently updated
recently updated
newest added

I have put in a request (https://github.com/pypa/pypi-support/issues/2058) to adopt the project name "nodejs" on PyPI with the support of the previous owner of an abandoned project that previously used it....

The current planned Python API for nodejs-bin would be very limited. Because nodejs-bin versions are tied to Node.js versions exactly we have to fix this api for the forceable future...

I'm looking for thoughts on which versions of Node.js you would like to see made available via PyPI by nodejs-bin. See: - https://nodejs.org/dist/ - https://nodejs.org/en/about/releases/ I'm personally inclined to just...

This is a great project, and we are looking forward to using it! In some initial testing on various Python platforms, we see that Google Colab is using Python 3.7...

Hi there -- Any reason there are no official releases of this project? Everything is an alpha version, which makes my team a little nervous to depend on an alpha...

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...

Hello @samwillis Sorry to bug you on this, but I am currently working on a project that uses an older version of nodejs because of a major dependency. The version...

Hey! I'd love to be able to add this as a base dependency for [my package](https://github.com/RobertCraigie/prisma-client-py) which needs to interface with a Node-based CLI. However, I am wary of doing...

We have a separate [nodejs-cmd](https://github.com/samwillis/nodejs-pypi/tree/main/nodejs-cmd) package that is installed as an option (`pip install nodejs-bin[cmd]`) to get the normal command line commands for node. [Corepack](https://nodejs.org/api/corepack.html) is an experimental new command...