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
I tried to run the server inside docker container. I followed steps given here (https://github.com/lunactic/DIVAServices/wiki/Development). I could build up the docker container. but while running the container I am getting following error.
Starting divaservices_web_1 ... done
Attaching to divaservices_web_1
web_1 | yarn run v1.5.1
web_1 | $ NODE_ENV=dev && node --max-old-space-size=4096 bin/www --dockerIp=192.168.10.120 --dockerPort=2375 --rootIp=192.168.10.120:8080 --sshUser=docker --sshPass=docker
web_1 | module.js:549
web_1 | throw err;
web_1 | ^
web_1 |
web_1 | Error: Cannot find module '../src/logging/logger'
web_1 | at Function.Module._resolveFilename (module.js:547:15)
web_1 | at Function.Module._load (module.js:474:25)
web_1 | at Module.require (module.js:596:17)
web_1 | at require (internal/module.js:11:18)
web_1 | at Object. (/code/bin/www:14:14)
web_1 | at Module._compile (module.js:652:30)
web_1 | at Object.Module._extensions..js (module.js:663:10)
web_1 | at Module.load (module.js:565:32)
web_1 | at tryModuleLoad (module.js:505:12)
web_1 | at Function.Module._load (module.js:497:3)
web_1 | error An unexpected error occurred: "Command failed.
web_1 | Exit code: 1
web_1 | Command: sh
web_1 | Arguments: -c NODE_ENV=dev && node --max-old-space-size=4096 bin/www --dockerIp=192.168.10.120 --dockerPort=2375 --rootIp=192.168.10.120:8080 --sshUser=docker --sshPass=docker
web_1 | Directory: /code
web_1 | Output:
Could you please help me to fix this error.
The text was updated successfully, but these errors were encountered:
I tried to run the server inside docker container. I followed steps given here (https://github.com/lunactic/DIVAServices/wiki/Development). I could build up the docker container. but while running the container I am getting following error.
Starting divaservices_web_1 ... done
Attaching to divaservices_web_1
web_1 | yarn run v1.5.1
web_1 | $ NODE_ENV=dev && node --max-old-space-size=4096 bin/www --dockerIp=192.168.10.120 --dockerPort=2375 --rootIp=192.168.10.120:8080 --sshUser=docker --sshPass=docker
web_1 | module.js:549
web_1 | throw err;
web_1 | ^
web_1 |
web_1 | Error: Cannot find module '../src/logging/logger'
web_1 | at Function.Module._resolveFilename (module.js:547:15)
web_1 | at Function.Module._load (module.js:474:25)
web_1 | at Module.require (module.js:596:17)
web_1 | at require (internal/module.js:11:18)
web_1 | at Object. (/code/bin/www:14:14)
web_1 | at Module._compile (module.js:652:30)
web_1 | at Object.Module._extensions..js (module.js:663:10)
web_1 | at Module.load (module.js:565:32)
web_1 | at tryModuleLoad (module.js:505:12)
web_1 | at Function.Module._load (module.js:497:3)
web_1 | error An unexpected error occurred: "Command failed.
web_1 | Exit code: 1
web_1 | Command: sh
web_1 | Arguments: -c NODE_ENV=dev && node --max-old-space-size=4096 bin/www --dockerIp=192.168.10.120 --dockerPort=2375 --rootIp=192.168.10.120:8080 --sshUser=docker --sshPass=docker
web_1 | Directory: /code
web_1 | Output:
Could you please help me to fix this error.
The text was updated successfully, but these errors were encountered: