cubedro / eth-netstats

Ethereum Network Stats
https://ethstats.net/
GNU General Public License v3.0
858 stars 542 forks source link

Can't start eth-netstats. fnName is not defined. #284

Closed hshimo closed 8 years ago

hshimo commented 8 years ago

I couldn't start eth-netstats because of following error.

$ npm start

> eth-netstats@0.0.9 start /home/user/git/eth-netstats
> node ./bin/www

/home/user/eth-netstats/lib/utils/logger.js:114
        if(verbosity[ENV_VERBOSITY].indexOf(fnName) === -1)
                                            ^

ReferenceError: fnName is not defined
    at Console.console.(anonymous function) [as error] (/home/shimo/git/eth-netstats/lib/utils/logger.js:114:39)
    at Object.<anonymous> (/home/shimo/git/eth-netstats/app.js:28:11)
    at Module._compile (module.js:425:26)
    at Object.Module._extensions..js (module.js:432:10)
    at Module.load (module.js:356:32)
    at Function.Module._load (module.js:313:12)
    at Module.require (module.js:366:17)
    at require (module.js:385:17)
    at Object.<anonymous> (/home/shimo/git/eth-netstats/bin/www:3:11)
    at Module._compile (module.js:425:26)