tulios / burrow-stats

Dashboard for burrow kafka consumer lag checking
50 stars 13 forks source link

Cannot find module '../../configs.json' #14

Open saber-talai opened 6 years ago

saber-talai commented 6 years ago

Hi, I got following error:

[root@srv1 burrow-stats]# docker run -p 8022:8022 -e PORT=8022 -v /opt/burrow-stats/configs.json tulios/burrow-stats:latest Error: Error: Cannot find module '../../configs.json'

configs.json file is just on the same path.

Any idea?

And here is my node version: [root@srv1 burrow-stats]# npm -v 5.6.0 [root@srv1 burrow-stats]# node -v v8.11.3