I'm working on getting botpress locally on my PC but I seem to keep on running into errors like: ERR Error starting botpress: Cannot read property 'silentMode' of undefined TypeError: Cannot read property 'silentMode' of undefined
at module.exports (/usr/local/lib/node_modules/botpress/src/logger/index.js:33:27)
at /usr/local/lib/node_modules/botpress/src/botpress.js:196:20
at Generator.next (
)
at step (/usr/local/lib/node_modules/botpress/lib/botpress.js:169:191)
at /usr/local/lib/node_modules/botpress/lib/botpress.js:169:437
at new Promise (
)
at /usr/local/lib/node_modules/botpress/lib/botpress.js:169:99
at botpress._start (/usr/local/lib/node_modules/botpress/src/botpress.js:177:18)
at botpress.start (/usr/local/lib/node_modules/botpress/src/botpress.js:493:12)
at Command.module.exports (/usr/local/lib/node_modules/botpress/src/cli/start.js:95:9)
at Command.listener (/usr/local/lib/node_modules/botpress/node_modules/commander/index.js:315:8)
at Command.emit (events.js:314:20)
at Command.parseArgs (/usr/local/lib/node_modules/botpress/node_modules/commander/index.js:651:12)
at Command.parse (/usr/local/lib/node_modules/botpress/node_modules/commander/index.js:474:21)
at Object.
(/usr/local/lib/node_modules/botpress/src/cli/index.js:104:4)
at Module._compile (internal/modules/cjs/loader.js:999:30)
I don't know what else to do to make it work but I've tried so many different possible solutions even using AI for some help with it.