bemusic/bemuse

whoops sorry wrong githun

Closed this issue · 0 comments

I am trying to run this in repl.it and this is the error I get...

` npm start

atlantabot@4.10.0 start /home/runner/AtlantaBot
node .

internal/modules/cjs/loader.js:883
throw err;
^

Error: Cannot find module './config'
Require stack:

  • /home/runner/AtlantaBot/helpers/extenders.js
  • /home/runner/AtlantaBot/atlanta.js
    at Function.Module._resolveFilename (internal/modules/cjs/loader.js:880:15)
    at Function.Module._load (internal/modules/cjs/loader.js:725:27)
    at Module.require (internal/modules/cjs/loader.js:952:19)
    at require (internal/modules/cjs/helpers.js:88:18)
    at Object. (/home/runner/AtlantaBot/helpers/extenders.js:2:16)
    at Module._compile (internal/modules/cjs/loader.js:1063:30)
    at Object.Module._extensions..js (internal/modules/cjs/loader.js:1092:10)
    at Module.load (internal/modules/cjs/loader.js:928:32)
    at Function.Module._load (internal/modules/cjs/loader.js:769:14)
    at Module.require (internal/modules/cjs/loader.js:952:19) {
    code: 'MODULE_NOT_FOUND',
    requireStack: [
    '/home/runner/AtlantaBot/helpers/extenders.js',
    '/home/runner/AtlantaBot/atlanta.js'
    ]
    }
    npm ERR! code ELIFECYCLE
    npm ERR! errno 1
    npm ERR! atlantabot@4.10.0 start: node .
    npm ERR! Exit status 1
    npm ERR!
    npm ERR! Failed at the atlantabot@4.10.0 start script.
    npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:
npm ERR! /home/runner/.npm/_logs/2021-04-19T19_26_34_201Z-debug.log
exit status 1`