duplaja / actual-simplefin-sync

Sync ActualBudget via SimpleFIN
MIT License
19 stars 6 forks source link

Cannot find module 'inquirer' #17

Open moshin34 opened 6 months ago

moshin34 commented 6 months ago

Cloned into Ubuntu folder ran sudo node app.js, and immediately got this error.

Module not found.

Is there something I am doing wrong?

image

partyp1g commented 5 months ago

I am also receiving this error on multiple Node installs. Did you find a fix for it?

Ionshard commented 5 months ago

The docs don't seem give the full instructions, they seem to be written assuming you are familiar with Node JS. You will need to run npm install to fetch the dependencies inside the actual-simplefin-sync directory before running the node app.js command.