kraken-build / kraken

The Kraken build system.
https://kraken-build.github.io/kraken/
28 stars 12 forks source link

Installing local dependency with a relative path via `krakenw` fails from a subdirectory #145

Open NiklasRosenstein opened 11 months ago

NiklasRosenstein commented 11 months ago

Running krakenw to install local dependency (such as somepkg @ ../somepkg) fails if the command is not run from the project root. It will attempt to resolve the relative path from the current working directory, instead of from the project root directory.