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.
Running
krakenw
to install local dependency (such assomepkg @ ../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.