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

can not run #66

Open
Berchant opened this issue Jan 28, 2021 · 1 comment
Open

can not run #66

Berchant opened this issue Jan 28, 2021 · 1 comment

Comments

@Berchant
Copy link

i'm getting this issues
./src/containers/Reports/index.js
Module not found: Can't resolve 'actions/entities/accounts' in '/home/berchant/work/Ospace/money-tracker/src/containers/Reports'

and when i go to a console this is another error i'm getting
src/entities/Account.ts
Line 56:31: Parsing error: Unexpected token, expected "]"

54 | }
55 |

56 | const GroupToTextMap: { [code in AccountGroupT]?: string } = {
| ^
57 | [AccountGroupT.Cash]: 'Cash',
58 | [AccountGroupT.Bank]: 'Bank Account',
59 | [AccountGroupT.Deposit]: 'Deposit',

src/entities/Transaction.ts
Line 19:17: Parsing error: Unexpected token, expected "]"

17 | date: string;
18 | linkedAmount?: string;

19 | tags: { [kind in TransationKindT]?: string[] };
| ^
20 | }
21 |
22 | export interface TransactionStateT extends TransactionBaseT {

@rbatty19
Copy link

same here

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

2 participants