-
-
Notifications
You must be signed in to change notification settings - Fork 614
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
[Bug]: Some peer dependencies are incorrectly met by your project #477
Comments
@JesusRevelles - in my case, everything starts OK. I think I also saw the sqlite warning the first time I ran yarn, but it likely is just for your informatoin (i.e., not an error). I was using the default configuration on Windows 11, where I did "git clone" first, followed by "yarn install" and then "yarn start". I can see 2 files with .sqlite extension - one in the "server-files" subdirectory, and another one in the "user-files" subdirectory. |
@mbrijun I'm updating last comment. It's indeed a warning, but then it's preventing the app to run with this error:
|
@JesusRevelles - could it be an issue that data directories do not exist? You can try pre-creating them and running "yarn start" again. |
@mbrijun indeed, that solved the issue. Thanks mate. After debugging it, it seems the code is looking for three files that are not coming by standard in the repo and they should:
|
Verified issue does not already exist?
What happened?
During "yarn install", the following error message is presented. This however does not seem to affect the functionality.
What error did you receive?
No response
Where are you hosting Actual?
Locally via Yarn
What browsers are you seeing the problem on?
Firefox
Operating System
Windows 11
The text was updated successfully, but these errors were encountered: