-
|
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? |
Beta Was this translation helpful? Give feedback.
Replies: 1 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. |
Beta Was this translation helpful? Give feedback.
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.