You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can cd examples\server, then do shards install.
But shards outdated prints this error:
Resolving dependencies
Unhandled exception: Unsupported ref typefor this resolver: (Exception)
from /shards/src/resolvers/resolver.cr:60:7 in'latest_version_for_ref'
from /shards/src/commands/outdated.cr:70:30 in'run:prereleases'
from /shards/src/cli.cr:110:9 in'->'
from /crystal/src/option_parser.cr:488:22 in'__crystal_main'
from /crystal/src/crystal/main.cr:129:5 in'main'
from src/env/__libc_start_main.c:95:2 in'libc_start_main_stage2'
It has probably some problem with resolving ..\.. dependency path.
Some Crystal library projects have
examples
subdir and in the example apps, there is../..
dependency to the library.For example crinja here: https://github.com/straight-shoota/crinja
You can
cd examples\server
, then doshards install
.But
shards outdated
prints this error:It has probably some problem with resolving
..\..
dependency path.The text was updated successfully, but these errors were encountered: