-
-
Notifications
You must be signed in to change notification settings - Fork 270
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unmet dependencies #1550
Comments
Reopening this issue because there's a whole bunch of unmet dependencies as it looks like. Ok those I've mentioned are second- or thhird level deps, which I could solve by installing them manually using Yarn add. But in the next step, the installer fails to set up the database. This should be added to the configuration or setup scripts, but has nothing to do with the missing dependencies. After adding the missing js dependencies and manually setting up the database and rails credentials for it, instead of starting the server and giving me a smooth development experience, bin/dev exits telling me this:
Unfortunately, there is no Redis 6.2.0 gem in the gems repository. Not even after running gem update --system. The most recent version from just a little while ago is gem 'redis', '~> 5.2'. Possibly a typo? |
Oh I see, that's a Sidekiq issue, also not yours |
Unfortunately, even if this issue isn't your fault, it hinders me from using your app. I have to switch to RailsUI or so, which offers much less features, but at least boots up without any issues. |
I've fixed the error in Sidekick that prevented the booting of BulletTrain. The app boots now. Unfortunately, my pull request was disregarded by the Sidekiq maintainer. But there's still a whole bunch of errors piling up in the log like
about one per second. And seriously, the app is not quite intuitive to use, even not after reading the docs about super-scaffolding and creative concepts. Not going to use it for now. |
Hi there, I'm just trying BulletTrain for the first time, and running the config script, Yarn complains about unmet dependenciesand some other problems. I don't know whether that's dramatic, but maybe update the prject's dependencies?
Here's the Yarn output:
Steps to reproduce: Follow set up instructions in readme and config script
The text was updated successfully, but these errors were encountered: