-
Notifications
You must be signed in to change notification settings - Fork 205
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
Error in src/app.cr:1: while requiring "../config/*" #322
Comments
Did you ran ‘shards install’? |
yes, the dependencies are here but in have a error after shards install: |
@netwarp I can't reproduce this issue. Try this:
|
@netwarp Can't reproduce. In your steps you didn't list running |
Is redis installed on the server? |
It's working. Thanks a lot 👍 |
@netwarp - Can this issue be closed? |
@marksiemers - Yes. |
as in
|
To add, |
This error seems to be related to crystal-lang/crystal#5831 |
@rishavs This is an entirely different problem, please open a new issue for this. But as @faustinoaq stated, it's probably about incorrect line endings. Does your git config automatically force convert line endings or something? ( |
Hi @straight-shoota The problem was indeed due to incorrect line ending. My text editor was set to CRLF. |
Problem
I can't build, or watch my application.
Description
Error in src/FastApp.cr:1: while requiring "../config/*" require "../config/*" in config/application.cr:2: while requiring "amber" require "amber" in lib/amber/src/amber.cr:8: while requiring "redis": can't find file 'redis' relative to '/var/www/rdv/FastApp/lib/amber/src' require "redis"
Steps to Reproduce
Versions
ubuntu 16
crystal 0.23.1
amber 0.3.0
Thanks
The text was updated successfully, but these errors were encountered: