|
I got the project running via the docker compose file (thanks for the help with this!). I then tried to import transactions by copy and pasting from a CSV. This failed (likely because the site wasnt HTTPS as referenced #463 ) so I then tried to build from source and add a simple "Upload" button as a fallback for people who run into the situation I do. In the documentation I got as far as:
when I get an error that the script doesnt exist. Is the documentation old? Or am I not supposed to be in the project root when I run this command? |
Answered by
afaneca
Jun 20, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @yzpaul, the script does exist, as you can see in the source code for myfin-api.
You need to be in (or point to) the root of the myfin-api project (where the package.json file is located) to run that script.