Created
December 13, 2020 06:17
-
-
Save itsrachelfish/c77bcb3d458fed1df673a4aa1387b860 to your computer and use it in GitHub Desktop.
Wetfish blog error
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Attaching to fishblog | |
fishblog | internal/modules/cjs/loader.js:883 | |
fishblog | throw err; | |
fishblog | ^ | |
fishblog | | |
fishblog | Error: Cannot find module './config' | |
fishblog | Require stack: | |
fishblog | - /app/server/main.js | |
fishblog | at Function.Module._resolveFilename (internal/modules/cjs/loader.js:880:15) | |
fishblog | at Function.Module._load (internal/modules/cjs/loader.js:725:27) | |
fishblog | at Module.require (internal/modules/cjs/loader.js:952:19) | |
fishblog | at require (internal/modules/cjs/helpers.js:88:18) | |
fishblog | at Object.<anonymous> (/app/server/main.js:2:14) | |
fishblog | at Module._compile (internal/modules/cjs/loader.js:1063:30) | |
fishblog | at Object.Module._extensions..js (internal/modules/cjs/loader.js:1092:10) | |
fishblog | at Module.load (internal/modules/cjs/loader.js:928:32) | |
fishblog | at Function.Module._load (internal/modules/cjs/loader.js:769:14) | |
fishblog | at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:72:12) { | |
fishblog | code: 'MODULE_NOT_FOUND', | |
fishblog | requireStack: [ '/app/server/main.js' ] | |
fishblog | } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment