$ rm -rf jpm_tree/ lockfile.jdn
$ jpm -l deps
...
$ jpm -l make-lockfile
Cannot add local or malformed package /opt/jpm_tree/lib/.manifests/http.jdn to lockfile, skipping...
created lockfile.jdn
Lockfile resulting from above command won't actually install all dependencies with load-lockfile. It makes lockfiles useless while working with tar archives, because it's still required to run jpm deps in order to get project working.
Currently
jpm
can prevent some dependencies from being included in lockfile, e.g:Lockfile resulting from above command won't actually install all dependencies with
load-lockfile
. It makes lockfiles useless while working with tar archives, because it's still required to runjpm deps
in order to get project working.