Closed subsetpark closed 3 years ago
I just went here with the same issue as I tried to reproduce your baggato thread woes from https://github.com/janet-lang/janet/issues/778#issuecomment-910478541.
But for some other projects of mine, jpm -l build
works as intended.
It did, only because I had the libraries installed globally.
OT: Now, I cannot uninstall global pkgs with jpm
installed with the old bundled version. I will investigate more and report on another issue if this is the case.
jpm version:
cf6086ae3b282046141fd7b6fbd1d08edcb85fdd
encountered behaviour
jpm -l deps
installs dependencies to the local tree:However,
build
looks in the central tree:expected behaviour
when running
jpm -l build
, Janet should set syspath to./jpm_tree/lib
.