Created
June 29, 2017 13:48
-
-
Save rgarrigue/51cba25b445ad772f3d92060d961a144 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
➜ kresus docker logs kresus -f | |
module.js:471 | |
throw err; | |
^ | |
Error: Cannot find module '/home/user/app/build/server' | |
at Function.Module._resolveFilename (module.js:469:15) | |
at Function.Module._load (module.js:417:25) | |
at Module.require (module.js:497:17) | |
at require (internal/module.js:20:19) | |
at Object.<anonymous> (/home/user/app/bin/kresus.js:22:13) | |
at Module._compile (module.js:570:32) | |
at Object.Module._extensions..js (module.js:579:10) | |
at Module.load (module.js:487:32) | |
at tryModuleLoad (module.js:446:12) | |
at Function.Module._load (module.js:438:3) | |
module.js:471 | |
throw err; | |
^ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment