Skip to content
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

About installation #1

Open
ByEzel93 opened this issue Jan 31, 2024 · 0 comments
Open

About installation #1

ByEzel93 opened this issue Jan 31, 2024 · 0 comments

Comments

@ByEzel93
Copy link

Hello teacher, first of all, thank you very much for making our backgammon. Even though yarn is installed on my server, I cannot start the project. I'm getting an error like the following. Can you help me with the installation?

system_check | Starting with pid of 3682495
web | Starting with pid of 3682496
assets Starting with pid of 3682497
assets sh: yarn: command not found
assets Done
system_check | There is a problem with your system setup:
system_check | Yarn is not installed
system_check | See https://yarnpkg.com/lang/en/docs/install/ for install instructions.
system_check |
system_check | Done
web | In tasks.cr:12:1
web |
web | 12 | require "./src/app"
web | ^
web | Error: while requiring "./src/app"
web |
web |
web | In src/app.cr:1:1
web |
web | 1 | require "./shards"
web | ^
web | Error: while requiring "./shards"
web |
web |
web | In src/shards.cr:2:1
web |
web | 2 | require "dotenv"
web | ^
web | Error: can't find file 'dotenv'
web |
web | If you're trying to require a shard:
web | - Did you remember to run `shards install`?
web | - Did you make sure you're running the compiler in the same directory as your shard.yml?
web | Done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant