Closed pepe closed 3 years ago
Did you try installing jpm manually with the bootstrap process first? It should then install correctly the second time without a config.
Ah, nvm, I see you are trying to install into a new tree.
Ok, as of c43519301fcaefc0c957c0720b8a9b6118551d90, you should now be able to use jpm as a dependency pretty seamlessly - if being installed to a new tree by another jpm, it should behave as you would expect mostly.
That's great. Thank you very much.
I want to use jpm as a library, for example,
pm/jpm
. But when I add jpm into:dependencies
inproject.janet
jpm -l deps
fails with:Are we able to mitigate this and install only sources?