You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The build itself processes without errors, but as soon as docker-compose tries to launch the container I get this error:
poker_1 | var app = module.exports = express.createServer();
poker_1 | ^
poker_1 |
poker_1 | TypeError: express.createServer is not a function
poker_1 | at Object.<anonymous> (/Hatjitsu/server.js:12:36)
poker_1 | at Module._compile (internal/modules/cjs/loader.js:1063:30)
poker_1 | at Object.Module._extensions..js (internal/modules/cjs/loader.js:1092:10)
poker_1 | at Module.load (internal/modules/cjs/loader.js:928:32)
poker_1 | at Function.Module._load (internal/modules/cjs/loader.js:769:14)
poker_1 | at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:72:12)
poker_1 | at internal/main/run_main_module.js:17:47
hatjitsu_poker_1 exited with code 1
The text was updated successfully, but these errors were encountered:
The build itself processes without errors, but as soon as docker-compose tries to launch the container I get this error:
The text was updated successfully, but these errors were encountered: