Closed ExpliuM closed 11 months ago
In general, shard repositories are not expected to have a lib
folder because that would be overriden when installing dependencies for that shard.
However, I see you're using a repo that is not actually a shard (it has no shard.yml
). I'm actually a bit surprised that it still works as a dependency, never considered that use case. But I suppose it's fine 🤷
The lib
symlink is mostly for convenience when using the installed dependency as entry point and it allows it do discover its dependencies. So the symlink is not critical. I think shards can just skip it if lib
already exists.
Terminal output
shard.yml: