I wanted to work with the actualbudget api and encountered the following error when running my script: $ node smokeTest.js Error updating Error: out-of-sync-migrations at checkDatabaseValidity (/api/node_modules/@actual-app/api/app/bundle.api.js:61515:13) at Module.migrate (/api/node_modules/@actual-app/api/app/bundle.api.js:61522:3) at async runMigrations (/api/node_modules/@actual-app/api/app/bundle.api.js:66452:3) at async updateVersion (/api/node_modules/@actual-app/api/app/bundle.api.js:66468:3) at async loadBudget (/api/node_modules/@actual-app/api/app/bundle.api.js:61104:5) [...] I had encountered this error before and was due to the @actual-app/api node package to be outdated. View the package version installed on your computer (5.1.2 in that case):