KevinVillela / ynab

Tools to help me use YNAB better.
2 stars 1 forks source link

Build failed: SaveTransactionWithId member doesn't exist #3

Open brainstencil opened 3 months ago

brainstencil commented 3 months ago

1 Error in background.ts: The main issue is in the file background.ts, specifically on line 138. It's trying to use SaveTransactionWithId from the YNAB package, but this member doesn't exist in the exported namespace.

2 Build Failure: Due to this TypeScript error, the webpack build failed, and the dist folder was not created.

TS2694: Namespace '"~/ynab_amazon/ynab/node_modules/ynab/dist/index"' has no exported member 'SaveTransactionWithId'. ![ynab-build-failed]

(https://github.com/user-attachments/assets/acd93b57-bbc0-4e08-9e91-98712450e998)