hemerajs / hemera

🔬 Writing reliable & fault-tolerant microservices in Node.js https://hemerajs.github.io/hemera/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error: Cannot read property 'pipe' of undefined (Pretty is undefined)

NAlexandrov opened this issue · comments

Description

Example: Error thrown when Hemera start

Expected Result

Hemera start successfully

Actual Result

node_modules/nats-hemera/lib/index.js:225
        pretty.pipe(process.stdout)
               ^

TypeError: Cannot read property 'pipe' of undefined

Context

  • nats-hemera (core)
  • hemera-zipkin
  • hemera-store
  • hemera-stats
  • hemera-rabbitmq
  • hemera-nsq
  • hemera-elasticsearch
  • hemera-joi
  • hemera-msgpack
  • hemera-avro
  • hemera-jwt-auth

Your Environment

  • NATS: 1.0.4
  • Hemera: 5.4.0
  • NodeJs: 8.11.1
  • Operating System and version: OS X 10.13.4

Hi @NAlexandrov thanks for reporting I'm already working on this.

Is addressed in #205

@NAlexandrov Released with 5.4.1