nodeenv
nodeenv copied to clipboard
Virtual environment for Node.js & integrator with virtualenv
After creating a virtualenv and adding nodeenv to it with nodeenv -p, I still see the following values: ``` $ npm config ls -l | grep ~ cache = "/nonexistent/.npm"...
It would be great if there would be an option to use the system node by default and only install one if that is not available. This way it could...
https://github.com/actions/checkout/releases https://github.com/actions/download-artifact/releases https://github.com/actions/setup-python/releases https://github.com/actions/upload-artifact/releases
``` $ nodeenv --list Traceback (most recent call last): File "/usr/local/lib/python3.8/urllib/request.py", line 1319, in do_open h.request(req.get_method(), req.selector, req.data, headers, File "/usr/local/lib/python3.8/http/client.py", line 1230, in request self._send_request(method, url, body, headers, encode_chunked)...
See here: https://github.com/mtkennerly/dunamai/issues/28 You should use `packaging.version.Version` instead: https://packaging.pypa.io/en/latest/version.html
site-packages/nodeenv.py:48: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html it looks like we are still using `from pkg_resources import parse_version` please use packaging.version.parse or something similar
The `pipes.quote()` function was undocumented, and the pipes module was deprecated in Python 3.11 and will be removed in Python 3.13. Fixes #341. This is a one-to-one replacement of `pipes.quote`...
Can nodeenv provide completions for common shells? I think should be helpful. some alternatives are OK. TIA!
This gets rid of all build dependencies mentioned in https://github.com/ekalinin/nodeenv/pull/338#pullrequestreview-1780231136 other than `setuptools` by parsing the version from the code instead of importing it at build time. An alternative to...
Flit replaces all custom logic in setup.py with well tested logic in flit. No more build script necessary. Alternative to #349 CI failures are fixed in #347