-
-
Notifications
You must be signed in to change notification settings - Fork 46
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
no such file or directory, open '/lila/...' after crashing at first setup/startup #122
Comments
Another things to add (if it helps)
` node:internal/modules/cjs/loader:1222 Error: Cannot find module '/lila/ui/build' Node.js v22.5.1`
|
Relised that During the setup process it would have eventually cloned 2 more repos: I put them at / so the first part of the issue is done but a new problem is I've tried symlinking |
I would recommend you to reclone |
I have done that as well as reinstalling docker but it would not try and reinstall everything again |
Every container is starting up correctly except |
What is the error you are seeing? |
node:internal/modules/cjs/loader:1222 Error: Cannot find module '/lila/ui/build' Node.js v22.5.1` |
What host OS are you using? And during the setup, when you run |
i'm using Ubuntu 24.04.1 LTS and it has cloned everything into ./repos/lila |
When I've been installing Lila during the process do starting it up for the first time my computer crashed resulting in an errors that are hard to fix, using some of the actions:
start Start the containers stop Stop the containers restart Restart the containers down Stop the containers and remove their volumes build Pre-fetch and pre-build all the images necessary for the containers format Run the code formatter to match Lichess code style hostname Set the hostname to something different than the default localhost mobile For mobile app development. Pair and connect to a mobile device flutter Get the 'flutter run' command with the URL arguments pre-configured db Reset and re-seed the database with fresh fake data lila clean Run 'sbt clean' in the lila container. Useful if there are compilation errors lila restart Restart the lila container to apply changes to the codebase gitpod public Make http port 8080 public on the Gitpod instance ui Compile the frontend code. Runs in watch mode to automatically recompile on changes add-services Add new services to the existing setup status Show the status of all git repositories in ./repos pull Pull the latest changes from all git repositories in ./repos
I've been able to fix all but one issue which is this:
no such file or directory, open '/lila/...'
almost all the commands I tried to use tries to access this directory that does not exist, I'm not sure how to fix it or what's specifically contained in it except for db and config
The text was updated successfully, but these errors were encountered: