This is the Node.py Package Manager. We recommend installing it using the remote install script:
$ nodepy https://nodepy.org/get-nppm.py
For a development installation, clone the repository and use the local
install script, passing the flags -le
for a local and editable installation,
meaning that the package will only be linked instead of its files being
copied.
$ nodepy ./scripts/install -le
FileNotFoundError: No such file or directory: '...\installed-files.txt'
This is a bug that will be fixed with Pip 9.0.2.
In the meantime, to fix this issues, ensure that you have the wheel
package
installed.
pip install wheel [--user]
- Fix
ScriptMaker
(now needs to specify an import name in the entrypoint that is passed intodistlib
) - Fix Pip requirement validation which relied on internal Pip APIs (now uses
packaging
module, or the version vendored via Pip)
- Renamed from
nodepy-pm
tonppm
- Implement compatibility with Pip 10
- Add MIT license header to all source files
Copyright © 2018 Niklas Rosenstein