Closed NightMean closed 2 years ago
Hi @NightMean. Thanks for the report. What version of node.js are you using?
Oh my.. I apologize. I followed old tutorial for node js where v12 was listed. I installed LTS v16 and the issue dissapeared. I was able to proceed further. Thanks for the quick heads up!
Glad you got it sorted. BTW the earliest version supported is 14
I followed the installation manual but after running the app with
node src/index.js
I received this error.Did I do anything wrong or is the library outdated and perhaps no longer works? The config filename is correct as per installation setup
google-credentials.json
Config setup
``` { "email": { "host": "smtp.gmail.com", "port": 465, "secure": true, "auth": { "user": "*****@gmail.com", "pass": "*****" }, "sendingContact": "\"Youtube\" *****@gmail.com", "destination": "**********@gmail.com" }, "database": { "filename": "database.sqlite" }, "timers": { "subscriptions": "1 days", "videos": "2 hours" }, "kickoff": { "subscriptions": true, "videos": true }, "logging": { "level": "debug" } } ```