#Can I have a git dependency for a packages that not at the root?

1 messages · Page 1 of 1 (latest)

humble hinge
#

This is the line in my gleam.toml

[dependencies]
aide_generator = { git = "[email protected]:crowdhailer/aide.git", ref = "f559c5bc5df0f7226ac6ecf4b2c606db9fb2a78c", path = "generator" }

And I get the following error
error: File IO failure

An error occurred while trying to canonicalise this file:

/home/peter/Projects/crowdhailer/air/packages/shared/generator

The error message from the file IO library was:

No such file or directory (os error 2)
unborn bear
frozen sand
#

you need to specify the branch no?

livid star
#

any commit-ish works