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
{{ message }}
This repository has been archived by the owner on Jul 2, 2023. It is now read-only.
rystal build src/eyrie.cr -o bin/eyrie -p --release
Showing last frame. Use --error-trace for full trace.
In src/eyrie.cr:3:13 | require "cli"
^
Error: can't find file 'cli'If you're trying to require a shard:
- Did you remember to run `shards install`?
- Did you make sure you're running the compiler in the same directory as your shard.yml?
I'm using Ubuntu 22.04 & Pterodactyl v1.11.3
The text was updated successfully, but these errors were encountered:
No worries, unfortunately the issue is bigger than this. The internal file operations used in Eyrie are no longer valid, so even if you were able to build it, the application wouldn't work as expected.
For now I have no plans to work on Eyrie because it wasn't well received within the Pterodactyl modding community. One of the big issues with Eyrie is that it only works for public projects, you wouldn't be able to use it for private addons/themes because there is no concept of an authentication system. I'm open to discussing workarounds for this, and maybe a solution can be found for Eyrie.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi.
I got problems with running the command
make
I'm using Ubuntu 22.04 & Pterodactyl v1.11.3
The text was updated successfully, but these errors were encountered: